]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/Certificate.pm
certificate: actually print openssl errors
[pve-common.git] / src / PVE / Certificate.pm
index 13ecb575d45db1bf68d80486d85800daee422e64..4ce73645a9c57407ae2abe8e0d9606fe7242d527 100644 (file)
@@ -173,6 +173,7 @@ sub der_to_pem {
 
 my sub ssl_die {
     my ($msg) = @_;
+    warn Net::SSLeay::print_errs();
     Net::SSLeay::die_now("$msg\n");
 };