Using the Internal Tool
The tool is located in <INSTALL_DIR>/tools folder.
Procedure
-
Enter the following command to start the tool:
Windows:cert_mgt.bat
RHEL, SUSE:cert_mgt
-
Enter the following command:
<script-name> request
-
Enter the command to indicate the file path of the file to be generated. You have three possibilities according to the type of your certificates.
[ -jks <file path of the generated *.ks containing the private key> ]
[ -p12 <file path of the generated *.p12 certificate containing the private key> ]
[ -pem <file path of the generated *.pem private key> ]
-csr <file path of the generated Certificate Signing Request>
[ -dn <CSR Distinguished Name> ]
-pwd <mandatory password for the file containing the private key>
This command generates two files containing the private key (that is, a *.ks or *.p12 or *.pem) and a Certificate Signing Request (CSR).
If it is not specified in the command line, by default, the DN of the CSR is:
CN=<UC-IP>, O=loglogic
For example: cert_mgt request -jks uc.ks -pwd loglogic -csr uc.csr