cert_mgt Manage the Security Certificates
Goal | Syntax | Options |
---|---|---|
Request for *.pem |
cert_mgt request -pem <certfile> -csr <fileresult> -pwd <password> |
|
Request for *.ks | cert_mgt request -jks <file.ks> -pwd <password> -csr <fileresult.csr> | |
Request for *.p12 | cert_mgt request -p12 <file.p12> -pwd <password> -csr <fileresult.csr> | |
Import for *.ks | cert_mgt import -jks <file.ks> -pwd <password> -cert <certToImport> -rootcert <rootcertificate> | |
Import for *.p12 | cert_mgt import -p12 <file.p12> -pwd <password> -cert <certToimport> | |
Get help on the certificates |
cert_mgt cert_mgt request cert_mgt import |
-h |
Get information on the tool version | cert_mgt | -v |
Copyright © Cloud Software Group, Inc. All rights reserved.