diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 2112fdc..ad2b34b 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -919,7 +919,10 @@ easyrsa_openssl() { fi # Always fail here - die "easyrsa_openssl - $openssl_command failed" + die "\ +easyrsa_openssl - Command has failed: +* $EASYRSA_OPENSSL $openssl_command \ +${has_config:+-config $easyrsa_safe_ssl_conf }$*" } # => easyrsa_openssl() # Verify the SSL library is functional and establish version dependencies