Skip to content

Commit

Permalink
Global option --req-cn: Update help
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jun 16, 2024
1 parent 4df3a29 commit 05fbb5c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -467,18 +467,6 @@ Usage: easyrsa [ OPTIONS.. ] <COMMAND> <TARGET> [ cmd-opts.. ]"
eg: '--days=180 gen-crl'
* Cutoff days for command: show-expire.
eg: '--days=90 show-expire'"
;;
--req-cn|req-cn)
text_only=1
text="
* Global Option: --req-cn=NAME

This global option can be used to set the CA commonName.

* To build a new CA [or Sub-CA]:
eg: '--batch --req-cn=NAME build-ca [subca]'

Can only be used in BATCH mode."
;;
--new-subj*|new-subj*|newsubj*|subject)
text_only=1
Expand Down Expand Up @@ -635,7 +623,7 @@ Distinguished Name mode:

--dn-mode=MODE : Distinguished Name mode to use 'cn_only' (Default) or 'org'

--req-cn=NAME : Set CA commonName. For details, see: 'help req-cn'
--req-cn=NAME : Request commonName

Distinguished Name Organizational options: (only used with '--dn-mode=org')
--req-c=CC : Country code (2-letters)
Expand Down

0 comments on commit 05fbb5c

Please sign in to comment.