From 83eb8466385de88e9da5f4b7b7def7560fa98bf1 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Sun, 16 Jun 2024 17:20:52 +0100 Subject: [PATCH] Global option --new-subject: Allow abbreviation --new-subj Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 6d09f12f4..d45d27c35 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -5387,7 +5387,7 @@ while :; do EASYRSA_SAN="$val" fi ;; - --new-subject) + --new-subj*) export EASYRSA_NEW_SUBJECT="$val" ;; --usefn)