Skip to content

Commit

Permalink
sign-reg: Allow 'nopass' to be ignored
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Apr 21, 2024
1 parent 2e85b7d commit 22fd055
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -2182,6 +2182,9 @@ Option conflict --req-cn:
force_subj=
while [ "$1" ]; do
case "$1" in
nopass)
warn "Ignoring option '$1'"
;;
newsubj*)
# verify force_subj opts are used correctly
[ "$EASYRSA_NEW_SUBJECT" ] || user_error "\
Expand Down

0 comments on commit 22fd055

Please sign in to comment.