Based on CSR I have got the certificate file (Base64). now I need to convert this certificate to PEM format and I need a private key to import the certificate.
How do I create a private key from a certificate webserver.crt file using openssl.
Thanks,