Ordering an SSL certificate for production

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