Merge branch 'master' of mxc5178/easy-rsa into mxc5178-master (#67)

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-03-29 20:53:10 +01:00
commit 59cf4b50d3
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -226,6 +226,7 @@ General options:
--passin=ARG : set -passin ARG for openssl --passin=ARG : set -passin ARG for openssl
--passout=ARG : set -passout ARG for openssl --passout=ARG : set -passout ARG for openssl
--pki-dir=DIR : declares the PKI directory --pki-dir=DIR : declares the PKI directory
--ssl-conf=FILE : define a specific open-ssl config file to use for Easy-RSA config
--vars=FILE : define a specific 'vars' file to use for Easy-RSA config --vars=FILE : define a specific 'vars' file to use for Easy-RSA config
--version : prints EasyRSA version and build information, then exits --version : prints EasyRSA version and build information, then exits
@ -2683,6 +2684,8 @@ while :; do
;; ;;
--pki-dir) --pki-dir)
export EASYRSA_PKI="$val" ;; export EASYRSA_PKI="$val" ;;
--ssl-conf)
export EASYRSA_SSL_CONF="$val" ;;
--use-algo) --use-algo)
export EASYRSA_ALGO="$val" ;; export EASYRSA_ALGO="$val" ;;
--keysize) --keysize)