diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index ff48b6d..c2f7b6c 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1293,15 +1293,6 @@ and initialize a fresh PKI here." # now remove it: case "$reset" in hard) - - # Promote use of soft init - confirm "Remove current 'vars' file? " yes "\ -* SECOND WARNING!!! - -* This will remove everything in your current PKI directory. - To keep your current settings use 'init-pki soft' instead. - Using 'init-pki soft' is recommended." - # # # shellcheck disable=SC2115 # Use "${var:?}" rm -rf "$EASYRSA_PKI" || \ die "init-pki hard reset failed."