The wapi import certificate command imports the AC certificate file, certificate of the AC certificate issuer, and ASU certificate file.
The undo wapi certificate command deletes the imported AC certificate file, certificate of the AC certificate issuer, or ASU certificate file.
By default, the AC certificate file, certificate of the AC certificate issuer, and ASU certificate file are not imported.
wapi import certificate { ac | asu | issuer } format pkcs12 file-name file-name password password
wapi import certificate { ac | asu | issuer } format pem file-name file-name
undo wapi certificate { ac | asu | issuer }
Parameter |
Description |
Value |
---|---|---|
ac |
Specifies the AC certificate. |
- |
asu |
Specifies the ASU certificate. |
- |
issuer |
Specifies the certificate of the AC certificate issuer. |
- |
format pkcs12 |
Imports a certificate in P12 format. |
- |
format pem |
Imports a certificate in PEM format. |
- |
file-name file-name |
Specifies a certificate file name, which the complete path of a certificate file must be specified. |
The value is a string of 1 to 255 characters. It cannot contain question marks (?) and cannot start or end with double quotation marks (" ") or spaces. |
password password |
Specifies the key of the P12 certificate. |
The password can be in plain text or cipher text.
|