From a3a310f46903078de3a78642deb2c1071ebd70fa Mon Sep 17 00:00:00 2001 From: gundalow Date: Fri, 30 Aug 2024 07:50:30 +0000 Subject: [PATCH] deploy: a49711d38379a59945352288358e7669dd4291f0 --- branch/main/openssl_privatekey_module.html | 4 +++- branch/main/openssl_privatekey_pipe_module.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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"