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.
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.