From ac0d8262729eeec52bcc9b31318cf72a1e5cfe67 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Tue, 4 Jul 2023 22:59:39 +0100 Subject: [PATCH] Add command show-host to command list that does not require a PKI Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 1 + 1 file changed, 1 insertion(+) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index a257438..2cca8f5 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -6711,6 +6711,7 @@ cmd="$1" case "$cmd" in init-pki|clean-all|\ help|-h|--help|--usage|\ + show-host|\ version|upgrade|'') unset -v require_pki require_ca ;;