User guide

SSL Libraries Used with the Certificate/Key Management Environment
8-7
Creating a Certificate/Key Management Environment
Create a certificate/key management environment, which is the operation environment when using SSL.
Creating Management Directories
Four directories are required for the certificate/key management environment. Create the four directories
using the commands provided by the operating system.
Example
mkdir d:\sslenv\slot # Slot information directory
mkdir d:\sslenv\sslcert # Operation management directory
mkdir d:\sslenv\sslcert\cert # Certificate management directory
mkdir d:\sslenv\sslcert\crl # CRL management directory
mkdir /export/home/slot # Slot information directory
mkdir /export/home/sslcert # Operation management directory
mkdir /export/home/sslcert\cert # Certificate management directory
mkdir /export/home/sslcert\crl # CRL management directory
Creating and Setting Up a Key Management Environment
Create and set up the key management environment that is required for managing the private keys.
Example
If SMEE3 is used
makeslot -d d:\sslnewenv\slot
maketoken -d d:\sslnewenv\slot -s 1 -t Token01
makeslot -d /export/home/slot
maketoken -d /export/home/slot -s 1 -t Token01
If SMEE2 is used