How to configure a web server for TLS/SSL

Previous Next

To configure your web site for an TLS connection there are three main steps:

1.Use the web server to generate a Certificate Signing Request (CSR).
2.Use the CSR to obtain a server certificate via a certificate issuer.
3.Configure the web server to use the obtained certificate.

These three steps are described in detail in the following sections.

See Also:

Use the web server to generate a CSR

Example: Generating a key pair and CSR

Use the CSR to obtain a server certificate via a certificate issuer

Configure the web server to use the obtained certificate