added support to specify open-ssl config file using --ssl-conf command flag
This commit is contained in:
parent
bc586578b4
commit
8d512b945a
@ -185,6 +185,7 @@ General options:
|
|||||||
|
|
||||||
--batch : set automatic (no-prompts when possible) mode
|
--batch : set automatic (no-prompts when possible) mode
|
||||||
--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
|
||||||
|
|
||||||
Certificate & Request options: (these impact cert/req field values)
|
Certificate & Request options: (these impact cert/req field values)
|
||||||
@ -1074,6 +1075,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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user