3Com Switch 8800 Family IPsec Module Configuration and Command reference Guide

PKI Certificate Operation Commands 437
ca: Deletes all CA certificates that are locally stored.
domain-name: PKI domain for the certificate to be deleted.
Description
Use the pki delete-certificate command to delete the locally stored certificates.
Example
# Delete the local certificates in PKI domain cer.
[SecBlade_VPN] pki delete-certificate local domain cer
pki import-certificate Syntax
pki import-certificate { local | ca } domain domain-name { der | p12 | pem } [
filename filename ]
View
System view
Parameter
local: Local certificate.
ca: CA certificate.
domain-name: PKI domain where the certificate is located.
der: Specifies the format of the certificate to be DER code.
p12: Specifies the format of the certificate to be P12 code.
pem: Specifies the format of the certificate to be PEM code.
filename: File name of the certificate, a string of one character to 127 characters.
Description
Use the pki import-certificate command to import existing CA certificates or
local certificates.
Related command: pki domain.
Example
# Import a CA certificate whose format is PEM code.
[SecBlade_VPN] pki import-certificate ca domain cer pem
pki request-certificate Syntax
pki request-certificate domain domain-name [ password ] [ pkcs10 [ filename
filename ] ]
View
System view