Users Guide

Table Of Contents
506 | Management Access Dell PowerConnect ArubaOS 5.0 | [User Guide
z Client certificate and client’s public key. (The public key is used for applications such as SSH which does not
support X509 certificates and requires the public key to verify an allowed certificate.)
Certificates can be in the following formats:
z X509 PEM unencrypted
z X509 PEM encrypted with a key
z DER
z PKCS7 encrypted
z PKCS12 encrypted
In the WebUI
1. Navigate to the Configuration > Management > Certificates > Upload page.
2. For Certificate Name, enter a user-defined name.
3. For Certificate Filename, click Browse to navigate to the appropriate file on your computer.
4. If the certificate is encrypted, enter the passphrase.
5. Select the Certificate Format from the drop-down menu.
6. Select the Certificate Type from the drop-down menu.
7. Click Upload to install the certificate in the controller.
In the CLI
Use the following command to import CSR certificates:
crypto pki-import {der|pem|pfx|pkcs12|pkcs7} {PublicCert|ServerCert|TrustedCA} <name>
The following example imports a server certificate named cert_20 in DER format:
crypto pki-import der ServerCert cert_20
Viewing Certificate 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 of a certificate.
To view the contents of a certificate with the CLI, use the following commands:
Table 106 Certificate Show Commands
Command Description
show crypto-local pki trustedCAs
[<name>]<[attribute>]
Displays the contents of a trusted CA certificate. If a name is not specified, all CA
certificates imported into the controller are displayed. If name and attribute are
specified, then only the attribute in the certificate are displayed. Attributes can be CN,
validity, serial-number, issuer, subject, public-key.
show crypto-local pki serverCerts
[<name>][<attribute>]
Displays the contents of a server certificate. If a name is not specified, all server
certificates imported into the controller are displayed.
show crypto-local pki publiccert
[<name>][<attribute>]
Displays the contents of a public certificate. If a name is not specified, all public
certificates imported into the controller are displayed.