Skip to content

Commit

Permalink
Rename global option --ssl-conf (DEPRECATED) to --ssl-cnf
Browse files Browse the repository at this point in the history
Retain --ssl-conf for backward cmpatibility

Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Dec 6, 2024
1 parent 5049ff6 commit c788423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ General options:
(Default PKI directory is sub-directory 'pki')
See Advanced.md for in depth usage.

--ssl-conf=FILE : Define a specific OpenSSL config file for Easy-RSA to use
--ssl-cnf=FILE : Define a specific OpenSSL config file for Easy-RSA to use
(Default config file is in the EasyRSA PKI directory)
--force-safe-ssl: Always generate a safe SSL config file
(Default: Generate Safe SSL config once per instance)
Expand Down Expand Up @@ -5592,7 +5592,7 @@ while :; do
--tmp-dir)
export EASYRSA_TEMP_DIR="$val"
;;
--ssl-conf)
--ssl-cnf|--ssl-conf)
export EASYRSA_SSL_CONF="$val"
;;
--keep-tmp)
Expand Down

0 comments on commit c788423

Please sign in to comment.