VM:Webgateway Web Server
Select where you want to go:

System Administrator Tasks - SSL

Implementing SSL in Test Mode
Putting SSL into Production
Turning SSL On
Turning SSL Off
Viewing How SSL Is Set Up
Managing Key Pairs
Generating Key Pairs
Importing Key Pairs
Deleting Key Pairs
Exporting Key Pairs
Managing Certificates
Creating Self-Signed Certificates
Loading Self-Signed Certificates to a Browser
Requesting Certificates
Loading Certificates
Replacing Certificates
Deleting Certificates
Exporting Certificates
Exempting Cipher Suites
SSL Configuration Quick Reference

Putting SSL into Production (SSL)


Summary of Steps | Steps in Detail

Summary of Steps

  1. Generate a key pair.
  2. Request a server certificate from a certificate authority.
  3. If you have not already done so, set up VM:Webgateway to allow Secure Sockets Layer (SSL).
  4. Configure VM:Webgateway to turn on SSL.

Steps in Detail

  1. Generate a key pair.

    You can use the same key pair you used when testing SSL. If you tested SSL on a VM:Webgateway test server running SSL Feature, export the key pair from the test server and import it to the VM:Webgateway production server. If you tested SSL on the VM:Webgateway production server, the key pair is already loaded to the production server.

    If you want to use a new key pair for production, generate a new key pair.

  2. Request a server certificate from a certificate authority.

    When you create the request, which is known as a certificate signing request (CSR), specify the name of the key pair from the previous step.

    In response to your CSR, a certificate authority will either send a single server certificate or a chain of certificates that is made up of a server certificate and one or more CA certificates.

    The server certificate attests to the identify of your organization. A CA certificate attests to the identity of a certificate authority.

    If a certificate authority sends a chain, the server certificate is signed by an intermediate CA certificate. The intermediate CA certificate is signed by either another intermediate CA certificate or the root CA certificate. The root certificate is the last certificate in the chain. The certificate authority might or might not include the root certificate in the chain it returns. VM:Webgateway does not require the root certificate.

    The root certificate is the certificate that web browsers need to validate your server certificate and the rest of the intermediate CA certificates in the chain. Most web browsers come bundled with root certificates of well known certificate authorities.

    When the certificate authority sends the server certificate or the chain of certificates, load all the certificates into VM:Webgateway.

    If you tested SSL on your VM:Webgateway production SVM and are using the same key pair as you did when testing SSL, the server certificate from the certificate authority will be named the same as the self-signed certificate. In this case, replace the self-signed certificate with the certificate from the certificate authority.

  3. If you have not already done so, set up VM:Webgateway to allow SSL.

    Before you can use SSL, you must add these records to the VMWEBSRV CONFIG file:

    • CPUID record specifying a CPUID that allows SSL Feature
    • OPTIONS SSL record
    • KEYPASS record

    For more information about the configuration records and setting up VM:Webgateway for SSL, refer to the Getting Started book.

  4. Configure VM:Webgateway to turn on SSL.

Note: If the web browser users who tested SSL loaded the self-signed certificate to their web browsers, inform the users they can delete the self-signed certificate.

Top
Select where you want to go:

Copyright © 1998, Sterling Software, Inc.