From 2c71e06e0b916974dd232edf4f30321947db532c Mon Sep 17 00:00:00 2001 From: Joerg Delker Date: Sun, 24 Apr 2022 23:39:30 +0200 Subject: [PATCH] changed option name to usefn --- easyrsa3/easyrsa | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 1f2b7b0..8b609c7 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -163,9 +163,9 @@ cmd_help() { export-p12 [ cmd-opts ] Export a PKCS#12 file with the keypair specified by " opts=" - noca - do not include the ca.crt file in the PKCS12 output - nokey - do not include the private key in the PKCS12 output - usealias - use as friendly name" ;; + noca - do not include the ca.crt file in the PKCS12 output + nokey - do not include the private key in the PKCS12 output + usefn - use as friendly name" ;; export-p7) text=" export-p7 [ cmd-opts ] Export a PKCS#7 file with the pubkey specified by " @@ -1764,7 +1764,7 @@ Run easyrsa without commands for usage and command help." noca) want_ca="" ;; nokey) want_key="" ;; nopass) want_pass="" ;; - usealias) pkcs_friendly_name=$short_name ;; + usefn) pkcs_friendly_name=$short_name ;; *) warn "Ignoring unknown command option: '$1'" esac shift