문제

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.

도움이 되었습니까?

해결책

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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top