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.