hcigencerts

This command is used in setting up security server default accounts.

User certificates are issued by the CA certificate with the default password.

hcigencerts -cacertpath certpath -capubcert pubkeyname -caprivkey prikeyname 
-capass capassword -pass certpassword -template filepath 
[-l logfile ] [-h|-help]
  • -cacertpath certpath is the path of the CA certificate.
  • -capubcert pubkeyname is the file name of the CA public key.
  • -caprivkey prikeyname is the file name of the CA private key.
  • -capass capassword is the password of the CA certificate.
  • -pass certpassword is the default password of the new user certificates.
  • -template filepath is the predefined xml file with full path.
  • -l logfile logfile is the file name of the log.
  • -h|-help prints this help message.