Add show-req to the list of commands which do not require a CA

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2023-07-14 13:53:37 +01:00
parent e5f3551710
commit fdb8e0e8df
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -6823,7 +6823,7 @@ case "$cmd" in
*)
require_pki=1
case "$cmd" in
gen-req|gen-dh|build-ca)
gen-req|gen-dh|build-ca|show-req)
unset -v require_ca
;;
*)