HP 3PAR OS 3.1.3 Command Line Interface Reference

createcert
DESCRIPTION
The createcert command creates the SSL certificate for the storage system.
AUTHORITY
Super
SYNTAX
createcert [-f] [-keysize <keysize>][-days <days>]
[subject attribute options]
OPTIONS
f
Creates a self-signed certificate and restarts the services that use the new certificate without
prompting user. When this option is not used, user is prompted before a self-signed certificate is
created and the corresponding services are restarted.
-keysize <keysize>
Specifies the encryption key size in bits of the self-signed certificate. Valid values are 1024 and
2048. The default value is 2048.
-days <days>
Specifies the valid days of the self-signed certificate. Valid values are between 1 and 3650 days
(10 years). The default value is 1095 days (3 years).
C <country>
Specifies the value of country (C) attribute of the subject of the self-signed certificate
ST <state>
Specifies the value of state (ST) attribute of the subject of the self-signed certificate.
L <locality>
Specifies the value of locality (L) attribute of the subject of the self-signed certificate.
O <organization>
Specifies the value of organization (O) attribute of the subject of the self-signed certificate.
OU <organizational unit>
Specifies the value of organizational unit (OU) attribute of the subject of the self-signed certificate.
CN <common name>
Specifies the value of common name (CN) attribute of the subject of the self-signed certificate.
When this option is not used, the default is HP 3PAR <model> <serial>, where model and
serial are the system model name and the serial number of the HP 3PAR Storage System for which
the self-signed certificate is created.
SPECIFIERS
None
createcert 99