Question

I have SSL certificate, which i upload on my hosting. I need to generate private key, how i can generate it without ssh access. Thanks.

Was it helpful?

Solution

You can't generate a private key from a certificate (that's the point).

If you already have your certificate, you must have generated a certificate request (CSR) (or perhaps its in-browser equivalent) and generated a private key at that time. This is the file you want, since other re-generated keys won't match the public key in the certificate you now have.

OTHER TIPS

Run the commands provided in the instructions for the tool you are using, but on your local machine. For example, if you are using OpenSSL on your hosting server, generate your private key file using your local command prompt, and upload that through the tools provided by your provider.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top