638| Managemen t Access DellPowerConnect W- Series ArubaOS 6.2 | User Guide
In the CLI
Use the following commandt o import CSR certificates:
crypto pki-import {der|pem|pfx|pkcs12|pkcs7} {PublicCert|ServerCert|TrustedCA} <name>
The followingexample imports a server certificate named cert_20 in DER format:
crypto pki-import der ServerCert cert_20
Viewing Ce rtificate Information
In the WebUI, the Certificate Lists section of the page lists the certificates that are currently installed in the
controller.Click View to display the contents o f a certificate.
To view the contents of a certificate with the CLI, use the following commands:
Command Description
show crypto-local pki
trustedCAs [<name>]<
[attribute>]
Displaysthe contents of a trustedCA certificate. If a name is not specified, all C A
certificatesimported into the controller are displayed. If name and attribute are
specified, thenonl ythe attribute in the certificate are displayed. Attributes can be
CN, validity, serial-number, issuer, subject, public-key.
show crypto-local pki
serverCerts [<name>]
[<attribute>]
Displaysthe contents of a servercertificate. If a name is not specified, all server
certificatesimported into the controller are displayed.
show crypto-local pki
publiccert [<name>]
[<attribute>]
Displaysthe contents of a public certificate. If a name is not specified, all public
certificatesimported into the controller are displayed.

Table25 4:

CertificateShow C ommands

Imported Certifica te Locations
Imported certificates and keys are stored in the following locations in flash on the controller:

Location Description

/flash/certmgr/trustedCAs TrustedCA certificates, either for root or intermediate CAs. Best practices is to
import thecertificate for an intermediate CA, you also im portthe certificate for the
signing CA.
/flash/certmgr/serverCerts Servercertificates.These certificates must contain both a public and private key
(thepublic and pri vatekey must match). You can import certificates in PKCS12 and
X509PEM formats, but they are stored in X 509PEM DESencrypted format.
/flash/certmgr/CSR Temporarycertificate signing requests (CSRs) that have been generated on the
controller and are awaiting a CA to sign them.
/flash/certmgr/publiccert Public key ofcertificates. This all ows a serviceon the controller to identify a
certificateas an allow ed certificate.

Table25 5:

ImportedCertificate Locations