diff --git a/branch/main/openssl_privatekey_module.html b/branch/main/openssl_privatekey_module.html index 89a57087..8c87fbcd 100644 --- a/branch/main/openssl_privatekey_module.html +++ b/branch/main/openssl_privatekey_module.html @@ -253,7 +253,9 @@ see

cipher

string

-

The cipher to encrypt the private key. Must be auto.

+

The cipher to encrypt the private key. This is only used when passphrase is provided.

+

Must be auto.

+

Default: "auto"

diff --git a/branch/main/openssl_privatekey_pipe_module.html b/branch/main/openssl_privatekey_pipe_module.html index 64908458..ed063279 100644 --- a/branch/main/openssl_privatekey_pipe_module.html +++ b/branch/main/openssl_privatekey_pipe_module.html @@ -235,7 +235,9 @@ see

cipher

string

-

The cipher to encrypt the private key. Must be auto.

+

The cipher to encrypt the private key. This is only used when passphrase is provided.

+

Must be auto.

+

Default: "auto"