Ordering an SSL certificate for production
-
Generate a private key or use an existing one, by which you generate a certificate signing request.
-
The
CSR file is then sent over to a trusted signing authority who can issue a trusted public certificate.
-
The web-server that accepts secure connections must then be configured to use the certificate.