Home > |
---|
This function imports X.509 certificates from a file to the token or HSM. The file may include a single DER encoded binary certificate or a CMSS PKCS #7 certificate or certificate set. Either type of certificate can be binary or PEM (base 64) encoded. An optional label can be defined as a function parameter. If omitted, the common name of the certificate subject is chosen as the label.
cmu import
Parameter | Description |
---|---|
-inputFile |
This parameter defines the name of the file containing the certificate to import. |
Parameter | Description |
---|---|
-label |
This parameter defines a label to apply to the imported certificate. If no label is defined, the Common Name portion of the certificate Subject distinguished name is used instead. |
The following example inputs the certificate in test.cer