User guide

SSL Libraries Used with the Certificate/Key Management Environment
8-9
Creating a Private Key and Acquiring a Certificate
Make a request to issue a certificate to the CA and acquire it.
Creating a CSR (At the Same Time Creating a Private Key)
Create a CSR to request the CA to issue a certificate.
Executing the following commands creates a private key at the same time.
Note
To secure the private key, keep a backup of the certificate/key management environment file until the
certificate is obtained.
If the certificate/key management environment is damaged without a backup, the private key will be
lost and it will be necessary to create the certificate/key management environment and CSR again.
Example
cmmakecsr -ed d:\sslenv\sslcert -sd d:\sslenv\slot -f TEXT -c jp -cn
www.infoproviderpro.com -o fujitsu -ou 4-1f -l "Shizuoka-shi" -s "Shizuoka-ken"
-kt RSA -kb 1024 –tl Token01 -of d:\sslenv\myCertRequest
ENTER TOKEN PASSWORD=> *1
cmmakecsr -ed /export/home/sslcert -sd /export/home/slot -f TEXT -c jp -cn
www.infoproviderpro.com -o fujitsu -ou 4-1f -l "Shizuoka-shi" -s "Shizuoka-ken"
-kt RSA -kb 1024 –tl Token01 -of /export/home/myCertRequest
ENTER TOKEN PASSWORD=> *1
*1 When these character strings appear on the screen, enter the user PIN. The entered characters are
not echoed back.
Making a Request to Issue a Certificate
Send a CSR to the CA to request the issuing of a site certificate.
How to make the request depends on the CA.
Acquiring a Certificate
Acquire a certificate signed by the CA.
How to acquire a certificate depends on the CA.