How to generate public key certificate for webnsite?
Answers
Answered by
0
Generate a Private Key and a CSR. Use this method if you want to use HTTPS (HTTP over TLS) to secure your Apache HTTP or Nginx web server, and you want to use a Certificate Authority (CA) to issue the SSL certificate. The CSR that is generated can be sent to a CA to request the issuance of a CA-signed SSL certificate.
Similar questions