سؤال

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