From 71bd6ae9308566bf58d19d3c5753dd3d7e6f5d2c Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Mon, 13 Mar 2023 16:59:51 +0000 Subject: [PATCH] easyrsa_openssl(): Improve failure message Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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