![]() |
|||||
Netscape Web Server SSL ConfigurationBasic SSL OverviewSSL (Secure Sockets Layer) provides privacy and reliability by encrypting the link between two SSL-enabled applications. The server in an SSL link determines the encryption strength and the cryptographic algorithms used in setting up the SSL link. SSL is based on a combination of public (asymmetric) and private (symmetric) key cryptography. A public key is used to generate a private session key during the SSL handshake. The private key generated during the SSL handshake is then used to encrypt session data. This combination of public and private key cryptography provides acceptable performance while maintaining the ease of key distribution associated with public key cryptography. The SSL handshake is the first step in setting up an SSL link, so the link is encrypted before any data is transmitted. SSL uses digital certificates as a means to authenticate servers (and, optionally, clients). A digital certificate binds information about a server or a person to a public key. The digital certificates used must be issued by a certificate authority (CA). The CA is responsible for verifying the identity and key ownership of an individual or server before issuing a certificate. Both the client and the server must trust the CA that issues the other's certificate. To use SSL you must have access to a certificate authority (CA). Several commercial vendors offer certificate issuing services. As an alternative, you can set up your own CA, but you will need a server. Generate a Public/Private Key PairFrom a command line on the Enterprise Server, issue the following commands: # cd /Server-Root/bin/admin/admin/bin Enter the appropriate information or take appropriate action when prompted: Alias: The server name is OK Once the key pair has been generated, you must change the ownership of the key pair file to that of the unprivileged user that the Enterprise Server runs as: # chown httpd /opt/ns-home/alias/servername-key.db Request a Server CertificateA server certificate for the Enterprise Server can be requested via the Admin server interface. From the browser, go to http://servername:admin port number, as defined during the server installation. Under the General Administration heading, select Keys & Certificates and complete the steps outlined below. Note: Those items marked with an asterisk (*) are required fields.
Once the form is completed, select the OK button at the bottom of the form. You are then presented with a preview form of the certificate request. This form contains a field for any requestor comments, in which you may enter any additional information you feel may be pertinent to the request. To submit the request, select the OK button at the bottom of this form. Install the Server CertificateThe server certificate is installed via the Enterprise Server Admin interface. It is extracted from a text file, either mailed to you or saved from a browser view of the certificate server. From the browser, go to http://servername:admin port number/, as defined during the server installation. Under the General Administration heading, select Keys & Certificates and complete the steps outlined below.
Your server certificate will then be presented to you. Select the Add Certificate button. Install the CA CertificateThe CA certificate is also installed via the Enterprise Server Admin interface. It is extracted from a text file, either mailed to you or saved from a browser view of the certificate server. From the browser, go to http://servername:admin port number/, as defined during the server installation. Under the General Administration heading, select Keys & Certificates and complete the steps outlined below.
The CA certificate will then be presented to you. Select the Add Certificate button. Configure Your Server to Use SSLOnce the server and CA certificates have been installed, SSL must be enabled for the server. From the browser, go to http://servername:admin port number/, as defined during the server installation. Select the button associated with your Web server and complete the steps outlined below.
Once encryption is enabled, the Web server must be started manually from the command line in order to supply the key-pair password. To enable encryption on the Admin server, perform the steps outlined above. Go to Admin Preferences under General Administration from the Admin server main page. |
Our Publications |