[ Previous ] [ Contents ] [ Index ] [ Next ]

Configuring the Export SSL Module

The export version of the SSL module is already provided in the bin subdirectory for the server in the file nsssle.so for Unix and nsssle.dll for Windows NT. To configure the SSL module, add the SSL module to a virtual server in the normal way using the setup server. Then, rename the module in one of the following ways:


Rename the module using the setup server:
  1. Go to the top level page of the setup server and click the "Basic" icon in the upper right corner to switch it to the "Expert" icon.

  2. Select the List AOLserver Configuration Sections link at the bottom of the page.

  3. Select the "ns\server\YourVirtualServerName\modules" section.

  4. Change the value of "nsssl" from "nsssl.so" to "nsssle.so" (or from "nsssl.dll" to "nsssle.dll" on Windows).

  5. Click Update and restart your server.


Or, rename the module in the configuration file:
  1. Edit the nsd.ini file for your server and change this line:

        nsssl=nsssl.so
    

    to this line:
        nsssl=nsssle.so
    

    (On Windows, change nsssl.dll to nsssle.dll, instead.)

  2. Restart your server.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.