File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -1661,7 +1661,7 @@ build_ca() {
1661
1661
nopass)
1662
1662
[ "$prohibit_no_pass" ] || EASYRSA_NO_PASS=1
1663
1663
;;
1664
- raw |raw-ca)
1664
+ rawca |raw-ca)
1665
1665
# option --raw-ca demands user interaction
1666
1666
# which forbids --batch
1667
1667
[ "$EASYRSA_BATCH" ] && user_error \
@@ -6908,11 +6908,6 @@ while :; do
6908
6908
empty_ok=1
6909
6909
export EASYRSA_VERBOSE=1
6910
6910
;;
6911
- --days-margin)
6912
- # ONLY ALLOWED use by status reports
6913
- number_only=1
6914
- export EASYRSA_iso_8601_MARGIN="$val"
6915
- ;;
6916
6911
-S|--silent-ssl)
6917
6912
empty_ok=1
6918
6913
export EASYRSA_SILENT_SSL=1
@@ -6931,7 +6926,7 @@ while :; do
6931
6926
--passout)
6932
6927
export EASYRSA_PASSOUT="$val"
6933
6928
;;
6934
- --raw-ca)
6929
+ --rawca|-- raw-ca)
6935
6930
empty_ok=1
6936
6931
export EASYRSA_RAW_CA=1
6937
6932
;;
You can’t perform that action at this time.
0 commit comments