User's Manual

Table Of Contents
Fortress ES-Series CLI Guide: Network Security, Authentication and Auditing
123
Append more to any show certificate command to scroll
through the output one page at a time, using
Enter or the
space bar to page down. When
more is omitted, use Ctrl-C to
truncate multiple-screen command output.
View only a specific certificate with the
-name switch:
# show certificate -name CACERT00000002
Name : CACERT00000002
Subject : C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DoD JITC Root CA 2
Issuer : C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DoD JITC Root CA 2 (ce
rt=CACERT00000002)
Valid as of : Jul 15 03:31:31 2005 GMT
Valid until : Jul 4 03:31:31 2030 GMT
You can opt to display abbreviated certificate information with
the
-brief switch, or more complete certificate key information
than is displayed by default, with the
-detail switch.
You can filter
show certificate output to include only
-expired certificates, only -ca (Certificate Authority)
certificates, only
-enduser certificates, or only those certificates
that have been validated by an
-ocsp (Online Certificate Status
Protocol) responder.
4.2.2.1 Importing and Deleting Certificates
Various types of certificates, in PEM.ASN.1 DER or PKCS7
format, can be imported and installed on the Mesh Point.
If the certificate you are importing is not an end user certificate
(the default), you must specify its type, and you must configure
the parameters required for the type of certificate you are
importing:
End-user certificates (or certificate chains) are associated
with a public/private key pair used by the Mesh Point. You
must specify, with
-key, the key pair/CSR (certificate
signing request) to associate with the certificate (or the first
certificate in a certificate chain).
# import certificate -key
<keypairCSR>
CA certificates are certificates associated with Certificate
Authorities that are trusted by the Mesh Point (a trusted
intermediate CA, a trusted root CA, or a chain of certificates
for multiple trusted CAs). You must specify a CA certificate,
with
-ca. Use -url to configure the URL (full IP address or
domain name) for an LDAP (Light Directory Access
Protocol) server, and
-ldapsb to specify (as the
distinguished name of the search base object) a starting
point for certificate retrieval searches of the LDAP directory.
# import certificate -ca -url
<LDAPsrvrURL>
-ldapsb
<searchBaseDN>