diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 9611cb202..b2fdd6c12 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -2695,6 +2695,7 @@ Request was expected at: fi # get the serial number of the certificate + cert_serial= ssl_cert_serial "$crt_in" cert_serial || \ die "$cmd: Failed to get cert serial number!" @@ -3210,6 +3211,7 @@ Request was expected at: fi # get the serial number of the certificate + cert_serial= ssl_cert_serial "$crt_in" cert_serial || \ die "$cmd: Failed to get cert serial number!"