Skip to content

Commit b8aacb7

Browse files
committed
Correct 'rawca/raw-ca' command labels and remove option --days-margin
Signed-off-by: Richard T Bonhomme <[email protected]>
1 parent 8e370a4 commit b8aacb7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

easyrsa3/easyrsa

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ build_ca() {
16611661
nopass)
16621662
[ "$prohibit_no_pass" ] || EASYRSA_NO_PASS=1
16631663
;;
1664-
raw|raw-ca)
1664+
rawca|raw-ca)
16651665
# option --raw-ca demands user interaction
16661666
# which forbids --batch
16671667
[ "$EASYRSA_BATCH" ] && user_error \
@@ -6908,11 +6908,6 @@ while :; do
69086908
empty_ok=1
69096909
export EASYRSA_VERBOSE=1
69106910
;;
6911-
--days-margin)
6912-
# ONLY ALLOWED use by status reports
6913-
number_only=1
6914-
export EASYRSA_iso_8601_MARGIN="$val"
6915-
;;
69166911
-S|--silent-ssl)
69176912
empty_ok=1
69186913
export EASYRSA_SILENT_SSL=1
@@ -6931,7 +6926,7 @@ while :; do
69316926
--passout)
69326927
export EASYRSA_PASSOUT="$val"
69336928
;;
6934-
--raw-ca)
6929+
--rawca|--raw-ca)
69356930
empty_ok=1
69366931
export EASYRSA_RAW_CA=1
69376932
;;

0 commit comments

Comments
 (0)