From 3121190700391d856896d6f4a7bf2d3a90f13363 Mon Sep 17 00:00:00 2001 From: felixfontein Date: Tue, 21 Mar 2023 12:49:46 +0000 Subject: [PATCH] deploy: b997773139cb9e1083547a74a413cbe1da77b6e7 --- branch/main/x509_certificate_module.html | 2 +- branch/main/x509_certificate_pipe_module.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/main/x509_certificate_module.html b/branch/main/x509_certificate_module.html index d5863e9e..e2ee911d 100644 --- a/branch/main/x509_certificate_module.html +++ b/branch/main/x509_certificate_module.html @@ -599,7 +599,7 @@ see

string

added in community.crypto 1.0.0

-

Path to the private key to use when signing the certificate.

+

Content of the private key to use when signing the certificate.

This is mutually exclusive with privatekey_path.

diff --git a/branch/main/x509_certificate_pipe_module.html b/branch/main/x509_certificate_pipe_module.html index 53ace4c6..5d766a70 100644 --- a/branch/main/x509_certificate_pipe_module.html +++ b/branch/main/x509_certificate_pipe_module.html @@ -500,7 +500,7 @@ see

privatekey_content

string

-

Path to the private key to use when signing the certificate.

+

Content of the private key to use when signing the certificate.

This is mutually exclusive with privatekey_path.