This chapter describes the Public Key Infrastructure (PKI) support on the Cisco NX-OS device. PKI allows the device to obtain and use digital certificates for secure communication in the network and provides manageability and scalability for Secure Shell (SSH).
Certificate authorities (CAs) manage certificate requests and issue certificates to participating entities such as hosts, network devices, or users. The CAs provide centralized key management for the participating entities.
Digital signatures, based on public key cryptography, digitally authenticate devices and individual users. In public key cryptography, such as the RSA encryption system, each device or user has a key pair that contains both a private key and a public key. The private key is kept secret and is known only to the owning device or user only. However, the public key is known to everybody. Anything encrypted with one of the keys can be decrypted with the other. A signature is formed when data is encrypted with a sender’s private key. The receiver verifies the signature by decrypting the message with the sender’s public key. This process relies on the receiver having a copy of the sender’s public key and knowing with a high degree of certainty that it really does belong to the sender and not to someone pretending to be the sender.
Digital certificates link the digital signature to the sender. A digital certificate contains information to identify a user or device, such as the name, serial number, company, department, or IP address. It also contains a copy of the entity’s public key. The CA that signs the certificate is a third party that the receiver explicitly trusts to validate identities and to create digital certificates.
To validate the signature of the CA, the receiver must first know the CA’s public key. Typically, this process is handled out of band or through an operation done at installation. For instance, most web browsers are configured with the public keys of several CAs by default.
Trust Model, Trust Points, and Identity CAs
The PKI trust model is hierarchical with multiple configurable trusted CAs. You can configure each participating device with a list of trusted CAs so that a peer certificate obtained during the security protocol exchanges can be authenticated if it was issued by one of the locally trusted CAs. The Cisco NX-OS software locally stores the self-signed root certificate of the trusted CA (or certificate chain for a subordinate CA). The process of securely obtaining a trusted CA’s root certificate (or the entire chain in the case of a subordinate CA) and storing it locally is called CA authentication.
The information about a trusted CA that you have configured is called the trust point and the CA itself is called a trust point CA. This information consists of a CA certificate (or certificate chain in case of a subordinate CA) and certificate revocation checking information.
The Cisco NX-OS device can also enroll with a trust point to obtain an identity certificate to associate with a key pair. This trust point is called an identity CA.
RSA Key Pairs and Identity Certificates
You can obtain an identity certificate by generating one or more RSA key pairs and associating each RSA key pair with a trust point CA where the Cisco NX-OS device intends to enroll. The Cisco NX-OS device needs only one identity per CA, which consists of one key pair and one identity certificate per CA.
The Cisco NX-OS software allows you to generate RSA key pairs with a configurable key size (or modulus). The default key size is 512. You can also configure an RSA key-pair label. The default key label is the device fully qualified domain name (FQDN).
The following list summarizes the relationship between trust points, RSA key pairs, and identity certificates:
A trust point corresponds to a specific CA that the Cisco NX-OS device trusts for peer certificate verification for any application (such as SSH).
A Cisco NX-OS device can have many trust points and all applications on the device can trust a peer certificate issued by any of the trust point CAs.
A trust point is not restricted to a specific application.
A Cisco NX-OS device enrolls with the CA that corresponds to the trust point to obtain an identity certificate. You can enroll your device with multiple trust points which means that you can obtain a separate identity certificate from each trust point. The identity certificates are used by applications depending upon the purposes specified in the certificate by the issuing CA. The purpose of a certificate is stored in the certificate as a certificate extension.
When enrolling with a trust point, you must specify an RSA key pair to be certified. This key pair must be generated and associated to the trust point before generating the enrollment request. The association between the trust point, key pair, and identity certificate is valid until it is explicitly removed by deleting the certificate, key pair, or trust point.
The subject name in the identity certificate is the fully qualified domain name for the Cisco NX-OS device.
You can generate one or more RSA key pairs on a device and each can be associated to one or more trust points. But no more than one key pair can be associated to a trust point, which means only one identity certificate is allowed from a CA.
If the Cisco NX-OS device obtains multiple identity certificates (each from a distinct CA), the certificate that an application selects to use in a security protocol exchange with a peer is application specific.
You do not need to designate one or more trust points for an application. Any application can use any certificate issued by any trust point as long as the certificate purpose satisfies the application requirements.
You do not need more than one identity certificate from a trust point or more than one key pair to be associated to a trust point. A CA certifies a given identity (or name) only once and does not issue multiple certificates with the same name. If you need more than one identity certificate for a CA and if the CA allows multiple certificates with the same names, you must define another trust point for the same CA, associate another key pair to it, and have it certified.
Multiple Trusted CA Support
The Cisco NX-OS device can trust multiple CAs by configuring multiple trust points and associating each with a distinct CA. With multiple trusted CAs, you do not have to enroll a device with the specific CA that issued the certificate to a peer. Instead, you can configure the device with multiple trusted CAs that the peer trusts. The Cisco NX-OS device can then use a configured trusted CA to verify certificates received from a peer that were not issued by the same CA defined in the identity of the peer device.
PKI Enrollment Support
Enrollment is the process of obtaining an identity certificate for the device that is used for applications like SSH. It occurs between the device that requests the certificate and the certificate authority.
The Cisco NX-OS device performs the following steps when performing the PKI enrollment process:
Generates an RSA private and public key pair on the device.
Generates a certificate request in standard format and forwards it to the CA.
Note
The CA administrator may be required to manually approve the enrollment request at the CA server, when the request is received by the CA.
Receives the issued certificate back from the CA, signed with the CA’s private key.
Writes the certificate into a nonvolatile storage area on the device (bootflash).
Manual Enrollment Using Cut-and-Paste
The Cisco NX-OS software supports certificate retrieval and enrollment using manual cut-and-paste. Cut-and-paste enrollment means that you must cut and paste the certificate requests and resulting certificates between the device and the CA.
You must perform the following steps when using cut and paste in the manual enrollment process:
Create an enrollment certificate request, which the Cisco NX-OS device displays in base64-encoded text form.
Cut and paste the encoded certificate request text in an e-mail or in a web form and send it to the CA.
Receive the issued certificate (in base64-encoded text form) from the CA in an e-mail or in a web browser download.
Cut and paste the issued certificate to the device using the certificate import facility.
Multiple RSA Key Pair and Identity CA Support
Multiple identity CAs enable the device to enroll with more than one trust point, which results in multiple identity certificates, each from a distinct CA. With this feature, the Cisco NX-OS device can participate in SSH and other applications with many peers using certificates issued by CAs that are acceptable to those peers.
The multiple RSA key-pair feature allows the device to maintain a distinct key pair for each CA with which it is enrolled. It can match policy requirements for each CA without conflicting with the requirements specified by the other CAs, such as the key length. The device can generate multiple RSA key pairs and associate each key pair with a distinct trust point. Thereafter, when enrolling with a trust point, the associated key pair is used to construct the certificate request.
Peer Certificate Verification
The PKI support on a Cisco NX-OS device can verify peer certificates. The Cisco NX-OS software verifies certificates received from peers during security exchanges for applications, such as SSH. The applications verify the validity of the peer certificates. The Cisco NX-OS software performs the following steps when verifying peer certificates:
Verifies that the peer certificate is issued by one of the locally trusted CAs.
Verifies that the peer certificate is valid (not expired) with respect to current time.
Verifies that the peer certificate is not yet revoked by the issuing CA.
For revocation checking, the Cisco NX-OS software supports the certificate revocation list (CRL). A trust point CA can use this method to verify that the peer certificate has not been revoked.
Certificate Revocation Checking
The Cisco NX-OS software can check the revocation status of CA certificates. The applications can use the revocation checking mechanisms in the order that you specify. The choices are CRL, none, or a combination of these methods.
The CAs maintain certificate revocation lists (CRLs) to provide information about certificates revoked prior to their expiration dates. The CAs publish the CRLs in a repository and provide the download public URL in all issued certificates. A client verifying a peer’s certificate can obtain the latest CRL from the issuing CA and use it to determine if the certificate has been revoked. A client can cache the CRLs of some or all of its trusted CAs locally and use them later if necessary until the CRLs expire.
The Cisco NX-OS software allows the manual configuration of predownloaded CRLs for the trust points, and then caches them in the device bootflash (cert-store). During the verification of a peer certificate, the Cisco NX-OS software checks the CRL from the issuing CA only if the CRL has already been cached locally and the revocation checking is configured to use the CRL. Otherwise, the Cisco NX-OS software does not perform CRL checking and considers the certificate to be not revoked unless you have configured other revocation checking methods.
Import and Export Support for Certificates and Associated Key Pairs
As part of the CA authentication and enrollment process, the subordinate CA certificate (or certificate chain) and identity certificates can be imported in standard PEM (base64) format.
The complete identity information in a trust point can be exported to a file in the password-protected PKCS#12 standard format. It can be later imported to the same device (for example, after a system crash) or to a replacement device. The information in a PKCS#12 file consists of the RSA key pair, the identity
certificate, and the CA certificate (or chain).
Virtualization Support for PKI
The configuration and operation of the PKI feature is local to the virtual device context (VDC). For more information on VDCs, see the
Cisco Nexus 7000 Series NX-OS Virtual Device Context Configuration Guide.
Licensing Requirements for PKI
The following table shows the licensing requirements for this feature:
Product
License Requirement
Cisco NX-OS
The PKI feature requires no license. Any feature not included in a license package is bundled with the Cisco NX-OS system images and is provided at no extra charge to you. For an explanation of the Cisco NX-OS licensing scheme, see the
Cisco NX-OS Licensing Guide.
Guidelines and Limitations for PKI
PKI has the following configuration guidelines and limitations:
The maximum number of key pairs you can configure on a Cisco NX-OS device is 16.
The maximum number of trust points you can declare on a Cisco NX-OS
device is 16.
The maximum number of identify certificates you can configure on a Cisco NX-OS
device is 16.
The maximum number of certificates in a CA certificate chain is 10.
The maximum number of trust points you can authenticate to a specific CA is 10.
Configuration rollbacks do not support the PKI configuration.
The Cisco NX-OS software does not support OSCP.
Note
If you are familiar with the Cisco IOS CLI, be aware that the Cisco NX-OS commands for this feature might differ from the Cisco IOS commands that you would use.
Default Settings for PKI
This table lists the default settings for PKI parameters.
Table 1
Default PKI Parameters
Parameters
Default
Trust point
None
RSA key pair
None
RSA key-pair label
Device FQDN
RSA key-pair modulus
512
RSA key-pair exportable
Enabled
Revocation check method
CRL
Cert-store for certificate authentication
local
Configuring CAs and Digital Certificates
This section describes the tasks that you must perform to allow CAs and digital certificates on your Cisco NX-OS device to interoperate.
You must configure the hostname and IP domain name of the device if you have not yet configured them because the Cisco NX-OS software uses the fully qualified domain name (FQDN) of the device as the subject in the identity certificate. Also, the Cisco NX-OS software uses the device FQDN as a default key label when you do not specify a label during key-pair generation. For example, a certificate named DeviceA.example.com is based on a device hostname of DeviceA and a device IP domain name of example.com.
Caution
Changing the hostname or IP domain name after generating the certificate can invalidate the certificate.
SUMMARY STEPS
1.configure terminal
2.hostnamehostname
3.ip domain-namename [use-vrfvrf-name]
4.exit
5.
(Optional) show hosts
6.
(Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters global configuration mode.
Step 2
hostnamehostname
Example:
switch(config)# hostname DeviceA
Configures the hostname of the device.
Step 3
ip domain-namename [use-vrfvrf-name]
Example:
DeviceA(config)# ip domain-name example.com
Configures the IP domain name of the device. If you do not specify a VRF name, the command uses the default VRF.
Step 4
exit
Example:
switch(config)# exit
switch#
Exits configuration mode.
Step 5
show hosts
Example:
switch# show hosts
(Optional)
Displays the IP domain name.
Step 6
copy running-config startup-config
Example:
switch# copy running-config startup-config
(Optional)
Copies the running configuration to the startup configuration.
Generating an RSA Key Pair
You can generate an RSA key pairs to sign and/or encrypt and decrypt the security payload during security protocol exchanges for applications. You must generate the RSA key pair before you can obtain a certificate for your device.
Generates an RSA key pair. The maximum number of key pairs on a device is 16.
The label string is alphanumeric, case sensitive, and has a maximum length of 64 characters. The default label string is the hostname and the FQDN separated by a period character (.).
Valid modulus values are 512, 768, 1024, 1536, and 2048. The default modulus size is 512.
Note
The security policy on the Cisco NX-OS device and on the CA (where enrollment is planned) should be considered when deciding the appropriate key modulus.
By default, the key pair is not exportable. Only exportable key pairs can be exported in the PKCS#12 format.
Caution
You cannot change the exportability of a key pair.
Step 3
exit
Example:
switch(config)# exit
switch#
Exits configuration mode.
Step 4
show crypto key mypubkey rsa
Example:
switch# show crypto key mypubkey rsa
(Optional)
Displays the generated key.
Step 5
copy running-config startup-config
Example:
switch# copy running-config startup-config
(Optional)
Copies the running configuration to the startup configuration.
Creating a Trust Point CA Association
You must associate the Cisco NX-OS device with a trust point CA.
Before You Begin
Generate the RSA key pair.
SUMMARY STEPS
1.configure terminal
2.crypto ca trustpointname
3.enrollment terminal
4.rsakeypairlabel
5.exit
6.
(Optional) show crypto ca trustpoints
7.
(Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters global configuration mode.
Step 2
crypto ca trustpointname
Example:
switch(config)# crypto ca trustpoint admin-ca
switch(config-trustpoint)#
Declares a trust point CA that the device should trust and enters trust point configuration mode.
Note
The maximum number of trust points that you can configure on a device is 16.
Step 3
enrollment terminal
Example:
switch(config-trustpoint)# enrollment terminal
Enables manual cut-and-paste certificate enrollment. The default is enabled.
Note
The Cisco NX-OS software supports only the manual cut-and-paste method for certificate enrollment.
Step 4
rsakeypairlabel
Example:
switch(config-trustpoint)# rsakeypair SwitchA
Specifies the label of the RSA key pair to associate to this trust point for enrollment.
Copies the running configuration to the startup configuration.
Configuring the Cert-Store for Certificate Authentication
You can specify the cert-store for certificate authentication. By default, the application certificate is authenticated against the CA certificate that is available from the local cert-store (the Cisco NX-OS device). If your application requires the CA certificate to reside remotely, you can configure a Lightweight Directory Access Protocol (LDAP) server as a remote cert-store.
Before You Begin
If you plan to configure a remote cert-store, set up an LDAP server in a remote device and make sure that the CA certificates that are used for authentication are loaded to the Active Directory.
SUMMARY STEPS
1.configure terminal
2.crypto ca lookup {local | remote | both}
3.
(Optional) show crypto ca certstore
4.
(Optional) crypto ca remote ldap server-groupgroup-name
5.
(Optional) crypto ca remote ldap crl-refresh-time hours
6.
(Optional) show crypto ca remote-certstore
7.
(Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters global configuration mode.
Step 2
crypto ca lookup {local | remote | both}
Example:
switch(config)# crypto ca lookup remote
Authenticates the application certificate against the CA certificate that is available in the local or remote cert-store. The default is local. If you choose both, the application certificate is authenticated against the local cert-store, but if the authentication fails or the CA certificate is not found, the remote cert-store is used.
Note
The crypto ca lookup commands are not add-on commands. Each command overwrites the existing one.
Step 3
show crypto ca certstore
Example:
switch(config)# show crypto ca certstore
(Optional)
Displays the cert-store configuration.
Step 4
crypto ca remote ldap server-groupgroup-name
Example:
switch(config)# crypto ca remote ldap server-group group1
(Optional)
If you configured a remote cert-store, configures the LDAP server group to be used while communicating with LDAP. You can enter up to 64 alphanumeric characters for the server group name.
Step 5
crypto ca remote ldap crl-refresh-time hours
Example:
switch(config)# crypto ca remote ldap crl-refresh-time 10
(Optional)
If you configured a remote cert-store and the LDAP server group, configures the refresh time to update the certificate revocation list (CRL) from the remote cert-store. The CRL is a list of CA certificates that have been revoked and are no longer valid. The refresh time ranges from 0 to 744 hours. If you enter 0, the refresh routine runs once.
Copies the running configuration to the startup configuration.
Configuring Certificate Mapping Filters
You can configure mapping filters to validate the CA certificates that are used for authentication. The mapping filters are used to match the CA certificate against a username.
Cisco NX-OS supports the following certificate mapping filters:
%username%—Substitutes the user’s login name.
%username-without-domain%—Substitutes the user’s login name without the domain (in Windows only).
%hostname%—Substitutes the peer hostname.
*—Supports a wild character.
Before You Begin
Configure a cert-store for certificate authentication.
Configures a certificate mapping filter for the Secure Shell (SSH) protocol. You can use the default filter map for SSH authorization or specify the issuer of the CA certificate. If you do not use the default map, you can specify one or two filter maps for authorization.
If you specify the issuer of the CA certificate, the certificate bound to the user account is validated as successful if it passes one of the configured maps.
Step 6
show crypto certificatemap
Example:
switch(config)# show crypto certificatemap
(Optional)
Displays the certificate mapping filters.
Step 7
show crypto ssh-auth-map
Example:
switch(config)# show crypto ssh-auth-map
(Optional)
Displays the mapping filters configured for SSH authentication.
Copies the running configuration to the startup configuration.
Authenticating the CA
The configuration process of trusting a CA is complete only when the CA is authenticated to the Cisco NX-OS device. You must authenticate your Cisco NX-OS device to the CA by obtaining the self-signed certificate of the CA in PEM format, which contains the public key of the CA. Because the certificate of the CA is self-signed (the CA signs its own certificate) the public key of the CA should be manually authenticated by contacting the CA administrator to compare the fingerprint of the CA certificate.
Note
The CA that you are authenticating is not a self-signed CA when it is a subordinate CA to another CA, which itself may be a subordinate to yet another CA, and so on, finally ending in a self-signed CA. This type of CA certificate is called the CA certificate chain of the CA being authenticated. In this case, you must input the full list of the CA certificates of all the CAs in the certification chain during the CA authentication. The maximum number of certificates in a CA certificate chain is 10.
Before You Begin
Create an association with the CA.
Obtain the CA certificate or CA certificate chain.
SUMMARY STEPS
1.configure terminal
2.crypto ca authenticatename
3.exit
4.
(Optional) show crypto ca trustpoints
5.
(Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters global configuration mode.
Step 2
crypto ca authenticatename
Example:
switch(config)# crypto ca authenticate admin-ca
input (cut & paste) CA certificate (chain) in PEM format;
end the input with a line containing only END OF INPUT :
-----BEGIN CERTIFICATE-----
MIIC4jCCAoygAwIBAgIQBWDSiay0GZRPSRIljK0ZejANBgkqhkiG9w0BAQUFADCB
kDEgMB4GCSqGSIb3DQEJARYRYW1hbmRrZUBjaXNjby5jb20xCzAJBgNVBAYTAklO
MRIwEAYDVQQIEwlLYXJuYXRha2ExEjAQBgNVBAcTCUJhbmdhbG9yZTEOMAwGA1UE
ChMFQ2lzY28xEzARBgNVBAsTCm5ldHN0b3JhZ2UxEjAQBgNVBAMTCUFwYXJuYSBD
QTAeFw0wNTA1MDMyMjQ2MzdaFw0wNzA1MDMyMjU1MTdaMIGQMSAwHgYJKoZIhvcN
AQkBFhFhbWFuZGtlQGNpc2NvLmNvbTELMAkGA1UEBhMCSU4xEjAQBgNVBAgTCUth
cm5hdGFrYTESMBAGA1UEBxMJQmFuZ2Fsb3JlMQ4wDAYDVQQKEwVDaXNjbzETMBEG
A1UECxMKbmV0c3RvcmFnZTESMBAGA1UEAxMJQXBhcm5hIENBMFwwDQYJKoZIhvcN
AQEBBQADSwAwSAJBAMW/7b3+DXJPANBsIHHzluNccNM87ypyzwuoSNZXOMpeRXXI
OzyBAgiXT2ASFuUOwQ1iDM8rO/41jf8RxvYKvysCAwEAAaOBvzCBvDALBgNVHQ8E
BAMCAcYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUJyjyRoMbrCNMRU2OyRhQ
GgsWbHEwawYDVR0fBGQwYjAuoCygKoYoaHR0cDovL3NzZS0wOC9DZXJ0RW5yb2xs
L0FwYXJuYSUyMENBLmNybDAwoC6gLIYqZmlsZTovL1xcc3NlLTA4XENlcnRFbnJv
bGxcQXBhcm5hJTIwQ0EuY3JsMBAGCSsGAQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEB
BQUAA0EAHv6UQ+8nE399Tww+KaGr0g0NIJaqNgLh0AFcT0rEyuyt/WYGPzksF9Ea
NBG7E0oN66zex0EOEfG1Vs6mXp1//w==
-----END CERTIFICATE-----
END OF INPUT
Fingerprint(s): MD5 Fingerprint=65:84:9A:27:D5:71:03:33:9C:12:23:92:38:6F:78:12
Do you accept this certificate? [yes/no]: yes
Prompts you to cut and paste the certificate of the CA. Use the same name that you used when declaring the CA.
The maximum number of trust points that you can authenticate to a specific CA is 10.
Note
For subordinate CA authentication, the Cisco NX-OS software requires the full chain of CA certificates ending in a self-signed CA because the CA chain is needed for certificate verification as well as for PKCS#12 format export.
Step 3
exit
Example:
switch(config)# exit
switch#
Exits configuration mode.
Step 4
show crypto ca trustpoints
Example:
switch# show crypto ca trustpoints
(Optional)
Displays the trust point CA information.
Step 5
copy running-config startup-config
Example:
switch# copy running-config startup-config
(Optional)
Copies the running configuration to the startup configuration.
During security exchanges with a client (for example, an SSH user), the Cisco NX-OS device performs the certificate verification of the peer certificate sent by the client. The verification process may involve certificate revocation status checking.
You can configure the device to check the CRL downloaded from the CA. Downloading the CRL and checking locally does not generate traffic in your network. However, certificates can be revoked between downloads and your device would not be aware of the revocation.
Before You Begin
Authenticate the CA.
Ensure that you have configured the CRL if you want to use CRL checking.
SUMMARY STEPS
1.configure terminal
2.crypto ca trustpointname
3.revocation-check {crl [none] | none}
4.exit
5.
(Optional) show crypto ca trustpoints
6.
(Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters global configuration mode.
Step 2
crypto ca trustpointname
Example:
switch(config)# crypto ca trustpoint admin-ca
switch(config-trustpoint)#
Specifies a trust point CA and enters trust point configuration mode.
Step 3
revocation-check {crl [none] | none}
Example:
switch(config-trustpoint)# revocation-check none
Configures the certificate revocation checking methods. The default method is crl.
The Cisco NX-OS software uses the certificate revocation methods in the order that you specify.
Copies the running configuration to the startup configuration.
Generating Certificate Requests
You must generate a request to obtain identity certificates from the associated trust point CA for each of your device’s RSA key pairs. You must then cut and paste the displayed request into an e-mail or in a website form for the CA.
Before You Begin
Create an association with the CA.
Obtain the CA certificate or CA certificate chain.
SUMMARY STEPS
1.configure terminal
2.crypto ca enroll name
3.exit
4.
(Optional) show crypto ca certificates
5.
(Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters global configuration mode.
Step 2
crypto ca enroll name
Example:
switch(config)# crypto ca enroll admin-ca
Create the certificate request ..
Create a challenge password. You will need to verbally provide this
password to the CA Administrator in order to revoke your certificate.
For security reasons your password will not be saved in the configuration.
Please make a note of it.
Password:nbv123
The subject name in the certificate will be: DeviceA.cisco.com
Include the switch serial number in the subject name? [yes/no]: no
Include an IP address in the subject name [yes/no]: yes
ip address:172.22.31.162
The certificate request will be displayed...
-----BEGIN CERTIFICATE REQUEST-----
MIIBqzCCARQCAQAwHDEaMBgGA1UEAxMRVmVnYXMtMS5jaXNjby5jb20wgZ8wDQYJ
KoZIhvcNAQEBBQADgY0AMIGJAoGBAL8Y1UAJ2NC7jUJ1DVaSMqNIgJ2kt8rl4lKY
0JC6ManNy4qxk8VeMXZSiLJ4JgTzKWdxbLDkTTysnjuCXGvjb+wj0hEhv/y51T9y
P2NJJ8ornqShrvFZgC7ysN/PyMwKcgzhbVpj+rargZvHtGJ91XTq4WoVkSCzXv8S
VqyH0vEvAgMBAAGgTzAVBgkqhkiG9w0BCQcxCBMGbmJ2MTIzMDYGCSqGSIb3DQEJ
DjEpMCcwJQYDVR0RAQH/BBswGYIRVmVnYXMtMS5jaXNjby5jb22HBKwWH6IwDQYJ
KoZIhvcNAQEEBQADgYEAkT60KER6Qo8nj0sDXZVHSfJZh6K6JtDz3Gkd99GlFWgt
PftrNcWUE/pw6HayfQl2T3ecgNwel2d15133YBF2bktExiI6Ul88nTOjglXMjja8
8a23bNDpNsM8rklwA6hWkrVL8NUZEFJxqbjfngPNTZacJCUS6ZqKCMetbKytUx0=
-----END CERTIFICATE REQUEST-----
Generates a certificate request for an authenticated CA.
Note
You must remember the challenge password. It is not saved with the configuration. You must enter this password if your certificate needs to be revoked.
Copies the running configuration to the startup configuration.
Installing Identity Certificates
You can receive the identity certificate from the CA by e-mail or through a web browser in base64 encoded text form. You must install the identity certificate from the CA by cutting and pasting the encoded text.
Before You Begin
Create an association with the CA.
Obtain the CA certificate or CA certificate chain.
Prompts you to cut and paste the identity certificate for the CA named admin-ca.
The maximum number of identify certificates that you can configure on a device is 16.
Step 3
exit
Example:
switch(config)# exit
switch#
Exits configuration mode.
Step 4
show crypto ca certificates
Example:
switch# show crypto ca certificates
(Optional)
Displays the CA certificates.
Step 5
copy running-config startup-config
Example:
switch# copy running-config startup-config
(Optional)
Copies the running configuration to the startup configuration.
Ensuring Trust Point Configurations Persist Across Reboots
You can ensure that the trustpoint configuration persists across Cisco NX-OS device reboots.
The trust point configuration is a normal Cisco NX-OS device configuration that persists across system reboots only if you copy it explicitly to the startup configuration. The certificates, key pairs, and CRL associated with a trust point are automatically persistent if you have already copied the trust point configuration in the startup configuration. Conversely, if the trust point configuration is not copied to the startup configuration, the certificates, key pairs, and CRL associated with it are not persistent since they require the corresponding trust point configuration after a reboot. Always copy the running configuration to the startup configuration to ensure that the configured certificates, key pairs, and CRLs are persistent. Also, save the running configuration after deleting a certificate or key pair to ensure that the deletions permanent.
The certificates and CRL associated with a trust point automatically become persistent when imported (that is, without explicitly copying to the startup configuration) if the specific trust point is already saved in startup configuration.
We recommend that you create a password-protected backup of the identity certificates and save it to an external server.
Note
Copying the configuration to an external server does include the certificates and key pairs.
Exporting Identity Information in PKCS 12 Format
You can export the identity certificate along with the RSA key pair and CA certificate (or the entire chain in the case of a subordinate CA) of a trust point to a PKCS#12 file for backup purposes. You can import the certificate and RSA key pair to recover from a system crash on your device or when you replace the supervisor modules.
Note
You can use only the bootflash:filename format when specifying the export URL.
Before You Begin
Authenticate the CA.
Install an identity certificate.
SUMMARY STEPS
1.configure terminal
2.crypto ca exportname pkcs12 bootflash:filenamepassword
crypto ca exportname pkcs12 bootflash:filenamepassword
Example:
switch(config)# crypto ca export admin-ca pkcs12 bootflash:adminid.p12 nbv123
Exports the identity certificate and associated key pair and CA certificates for a trust point CA. The password is alphanumeric, case sensitive, and has a maximum length of 128 characters.
Copies the PKCS#12 format file to a remote server.
For the scheme argument, you can enter tftp:, ftp:, scp:, or sftp:. The server argument is the address or name of the remote server, and the url argument is the path to the source file on the remote server.
The server, url, and filename arguments are case sensitive.
Importing Identity Information in PKCS 12 Format
You can import the certificate and RSA key pair to recover from a system crash on your device or when you replace the supervisor modules.
Note
You can use only the bootflash:filename format when specifying the import URL.
Before You Begin
Ensure that the trust point is empty by checking that no RSA key pair is associated with it and no CA is associated with the trust point using CA authentication.
Copies the PKCS#12 format file from the remote server.
For the scheme
argument, you can enter tftp:, ftp:, scp:, or sftp:. The server argument is the address or name of the remote server, and the url argument is the path to the source file on the remote server.
The server, url, and filename arguments are case sensitive.
Step 2
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters global configuration mode.
Step 3
crypto ca importnamepksc12 bootflash:filename
Example:
switch(config)# crypto ca import admin-ca pkcs12 bootflash:adminid.p12 nbv123
Imports the identity certificate and associated key pair and CA certificates for trust point CA.
Step 4
exit
Example:
switch(config)# exit
switch#
Exits configuration mode.
Step 5
show crypto ca certificates
Example:
switch# show crypto ca certificates
(Optional)
Displays the CA certificates.
Step 6
copy running-config startup-config
Example:
switch# copy running-config startup-config
(Optional)
Copies the running configuration to the startup configuration.
Configuring a CRL
You can manually configure CRLs that you have downloaded from the trust points. The Cisco NX-OS software caches the CRLs in the device bootflash (cert-store). During the verification of a peer certificate, the Cisco NX-OS software checks the CRL from the issuing CA only if you have downloaded the CRL to the device and you have configured certificate revocation checking to use the CRL.
Before You Begin
Ensure that you have enabled certificate revocation checking.
For the scheme argument, you can enter tftp:, ftp:, scp:, or sftp:. The server argument is the address or name of the remote server, and the url argument is the path to the source file on the remote server.
The server, url, and filename arguments are case sensitive.
Step 2
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters global configuration mode.
Step 3
crypto ca crl requestnamebootflash:filename
Example:
switch(config)# crypto ca crl request admin-ca bootflash:adminca.crl
Configures or replaces the current CRL with the one specified in the file.
Step 4
exit
Example:
switch(config)# exit
switch#
Exits configuration mode.
Step 5
show crypto ca crlname
Example:
switch# show crypto ca crl admin-ca
(Optional)
Displays the CA CRL information.
Step 6
copy running-config startup-config
Example:
switch# copy running-config startup-config
(Optional)
Copies the running configuration to the startup configuration.
Deleting Certificates from the CA Configuration
You can delete the identity certificates and CA certificates that are configured in a trust point. You must first delete the identity certificate, followed by the CA certificates. After deleting the identity certificate, you can disassociate the RSA key pair from a trust point. You must delete certificates to remove expired or revoked certificates, certificates that have compromised (or suspected to be compromised) key pairs, or CAs that are no longer trusted.
SUMMARY STEPS
1.configure terminal
2.crypto ca trustpointname
3.delete ca-certificate
4.delete certificate [force]
5.exit
6.
(Optional) show crypto ca certificates [name]
7.
(Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters global configuration mode.
Step 2
crypto ca trustpointname
Example:
switch(config)# crypto ca trustpoint admin-ca
switch(config-trustpoint)#
Specifies a trust point CA and enters trust point configuration mode.
Step 3
delete ca-certificate
Example:
switch(config-trustpoint)# delete ca-certificate
Deletes the CA certificate or certificate chain.
Step 4
delete certificate [force]
Example:
switch(config-trustpoint)# delete certificate
Deletes the identity certificate.
You must use the force option if the identity certificate you want to delete is the last certificate in a certificate chain or only identity certificate in the device. This requirement ensures that you do not mistakenly delete the last certificate in a certificate chain or only the identity certificate and leave the applications (such as SSH) without a certificate to use.
Step 5
exit
Example:
switch(config-trustpoint)# exit
switch(config)#
Exits trust point configuration mode.
Step 6
show crypto ca certificates [name]
Example:
switch(config)# show crypto ca certificates admin-ca
Copies the running configuration to the startup configuration.
Deleting RSA Key Pairs from a Cisco NX-OS Device
You can delete the RSA key pairs from a Cisco NX-OS device if you believe the RSA key pairs were compromised in some way and should no longer be used.
Note
After you delete RSA key pairs from a device, ask the CA administrator to revoke your device’s certificates at the CA. You must supply the challenge password that you created when you originally requested the certificates.
SUMMARY STEPS
1.configure terminal
2.crypto key zeroize rsalabel
3.exit
4.
(Optional) show crypto key mypubkey rsa
5.
(Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters global configuration mode.
Step 2
crypto key zeroize rsalabel
Example:
switch(config)# crypto key zeroize rsa MyKey
Deletes the RSA key pair.
Step 3
exit
Example:
switch(config)# exit
switch#
Exits configuration mode.
Step 4
show crypto key mypubkey rsa
Example:
switch# show crypto key mypubkey rsa
(Optional)
Displays the RSA key pair configuration.
Step 5
copy running-config startup-config
Example:
switch# copy running-config startup-config
(Optional)
Copies the running configuration to the startup configuration.
Verifying the PKI Configuration
To display PKI configuration information, perform one of the following tasks:
Command
Purpose
show crypto key mypubkey rsa
Displays information about the RSA public keys generated on the Cisco NX-OS device.
show crypto ca certificates
Displays information about CA and identity certificates.
show crypto ca crl
Displays information about CA CRLs.
show crypto ca certstore
Displays the cert-store configuration.
show crypto ca remote-certstore
Displays the remote cert-store configuration.
show crypto certificatemap
Displays the certificate mapping filters.
show crypto ssh-auth-map
Displays the mapping filters configured for SSH authorization.
show crypto ca trustpoints
Displays information about CA trust points.
Configuration Examples for PKI
This section shows examples of the tasks that you can use to configure certificates and CRLs on Cisco NX-OS devices using a Microsoft Windows Certificate server.
Note
You can use any type of certificate server to generate digital certificates. You are not limited to using the Microsoft Windows Certificate server.
Device-1(config)# crypto ca trustpoint myCA
Device-1(config-trustpoint)# rsakeypair myKey
Device-1(config-trustpoint)# exit
Device-1(config)# show crypto ca trustpoints
trustpoint: myCA; key: myKey
revokation methods: crl
Step 6
Download the CA certificate from the Microsoft Certificate Service web interface.
Step 7
Authenticate the CA that you want to enroll to the trust point.
Device-1(config)# crypto ca authenticate myCA
input (cut & paste) CA certificate (chain) in PEM format;
end the input with a line containing only END OF INPUT :
-----BEGIN CERTIFICATE-----
MIIC4jCCAoygAwIBAgIQBWDSiay0GZRPSRIljK0ZejANBgkqhkiG9w0BAQUFADCBkDEgMB4GCSqGSIb3DQEJARYRYW1hbmRrZUBjaXNjby5jb20xCzAJBgNVBAYTAklOMRIwEAYDVQQIEwlLYXJuYXRha2ExEjAQBgNVBAcTCUJhbmdhbG9yZTEOMAwGA1UEChMFQ2lzY28xEzARBgNVBAsTCm5ldHN0b3JhZ2UxEjAQBgNVBAMTCUFwYXJuYSBDQTAeFw0wNTA1MDMyMjQ2MzdaFw0wNzA1MDMyMjU1MTdaMIGQMSAwHgYJKoZIhvcNAQkBFhFhbWFuZGtlQGNpc2NvLmNvbTELMAkGA1UEBhMCSU4xEjAQBgNVBAgTCUthcm5hdGFrYTESMBAGA1UEBxMJQmFuZ2Fsb3JlMQ4wDAYDVQQKEwVDaXNjbzETMBEGA1UECxMKbmV0c3RvcmFnZTESMBAGA1UEAxMJQXBhcm5hIENBMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMW/7b3+DXJPANBsIHHzluNccNM87ypyzwuoSNZXOMpeRXXIOzyBAgiXT2ASFuUOwQ1iDM8rO/41jf8RxvYKvysCAwEAAaOBvzCBvDALBgNVHQ8EBAMCAcYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUJyjyRoMbrCNMRU2OyRhQGgsWbHEwawYDVR0fBGQwYjAuoCygKoYoaHR0cDovL3NzZS0wOC9DZXJ0RW5yb2xsL0FwYXJuYSUyMENBLmNybDAwoC6gLIYqZmlsZTovL1xcc3NlLTA4XENlcnRFbnJvbGxcQXBhcm5hJTIwQ0EuY3JsMBAGCSsGAQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA0EAHv6UQ+8nE399Tww+KaGr0g0NIJaqNgLh0AFcT0rEyuyt/WYGPzksF9EaNBG7E0oN66zex0EOEfG1Vs6mXp1//w==-----END CERTIFICATE-----END OF INPUT
Fingerprint(s): MD5 Fingerprint=65:84:9A:27:D5:71:03:33:9C:12:23:92:38:6F:78:12
Do you accept this certificate? [yes/no]:y
Device-1(config)# show crypto ca certificates
Trustpoint: myCA
CA certificate 0:
subject= /emailAddress=admin@yourcompany.com/C=IN/ST=Karnataka/
L=Bangalore/O=Yourcompany/OU=netstorage/CN=Aparna CA
issuer= /emailAddress=admin@yourcompany.com/C=IN/ST=Karnataka/
L=Bangalore/O=Yourcompany/OU=netstorage/CN=Aparna CA
serial=0560D289ACB419944F4912258CAD197A
notBefore=May 3 22:46:37 2005 GMT
notAfter=May 3 22:55:17 2007 GMT
MD5 Fingerprint=65:84:9A:27:D5:71:03:33:9C:12:23:92:38:6F:78:12
purposes: sslserver sslclient ike
Step 8
Generate a request certificate to use to enroll with a trust point.
Device-1(config)# crypto ca enroll myCA
Create the certificate request ..
Create a challenge password. You will need to verbally provide this
password to the CA Administrator in order to revoke your certificate.
For security reasons your password will not be saved in the configuration.
Please make a note of it.
Password: nbv123
The subject name in the certificate will be: Device-1.cisco.com
Include the switch serial number in the subject name? [yes/no]: no
Include an IP address in the subject name [yes/no]: yes
ip address: 10.10.1.1
The certificate request will be displayed...
-----BEGIN CERTIFICATE REQUEST-----
MIIBqzCCARQCAQAwHDEaMBgGA1UEAxMRVmVnYXMtMS5jaXNjby5jb20wgZ8wDQYJ
KoZIhvcNAQEBBQADgY0AMIGJAoGBAL8Y1UAJ2NC7jUJ1DVaSMqNIgJ2kt8rl4lKY
0JC6ManNy4qxk8VeMXZSiLJ4JgTzKWdxbLDkTTysnjuCXGvjb+wj0hEhv/y51T9y
P2NJJ8ornqShrvFZgC7ysN/PyMwKcgzhbVpj+rargZvHtGJ91XTq4WoVkSCzXv8S
VqyH0vEvAgMBAAGgTzAVBgkqhkiG9w0BCQcxCBMGbmJ2MTIzMDYGCSqGSIb3DQEJ
DjEpMCcwJQYDVR0RAQH/BBswGYIRVmVnYXMtMS5jaXNjby5jb22HBKwWH6IwDQYJ
KoZIhvcNAQEEBQADgYEAkT60KER6Qo8nj0sDXZVHSfJZh6K6JtDz3Gkd99GlFWgt
PftrNcWUE/pw6HayfQl2T3ecgNwel2d15133YBF2bktExiI6Ul88nTOjglXMjja8
8a23bNDpNsM8rklwA6hWkrVL8NUZEFJxqbjfngPNTZacJCUS6ZqKCMetbKytUx0=
-----END CERTIFICATE REQUEST-----
Step 9
Request an identity certificate from the Microsoft Certificate Service web interface.
To download a CA certificate from the Microsoft Certificate Services web interface, follow these steps:
Step 1
From the Microsoft Certificate Services web interface, click Retrieve the CA certificate or certificate revocation task and click Next.
Step 2
From the display list, choose the CA certificate file to download from the displayed list. Then click Base 64 encoded and click Download CA certificate.
Step 3
Click Open in the File Download dialog box.
Step 4
In the Certificate dialog box, click Copy to File and click OK.
Step 5
From the Certificate Export Wizard dialog box, choose the Base-64 encoded X.509 (CER) and click Next.
Step 6
In the File name: text box on the Certificate Export Wizard dialog box, enter the destination file name and click Next.
Step 7
In the Certificate Export Wizard dialog box, click Finish.
Step 8
Enter the Microsoft Windows type command to display the CA certificate stored in Base-64 (PEM) format.
Requesting an Identity Certificate
To request an identify certificate from a Microsoft Certificate server using a PKCS#12 certificate signing request (CRS), follow these steps:
Step 1
From the Microsoft Certificate Services web interface, click Request a certificate and click Next.
Step 2
Click Advanced request and click Next.
Step 3
Click Submit a certificate request using a base64 encoded PKCS#10 file or a renewal request using a base64 encoded PKCS#7 file and click Next.
Step 4
In the Saved Request text box, paste the base64 PKCS#10 certificate request and click Next. The certificate request is copied from the Cisco NX-OS device console.
Step 5
Wait one or two days until the certificate is issued by the CA administrator.
Step 6
Note that the CA administrator approves the certificate request.
Step 7
From the Microsoft Certificate Services web interface, click Check on a pending certificate and click Next.
Step 8
Choose the certificate request that you want to check and click Next.
Step 9
Click Base 64 encoded and click Download CA certificate.
Step 10
In the File Download dialog box, click Open.
Step 11
In the Certificate box, click Details tab and click Copy to File.... In the Certificate Export Dialog box, click Base-64 encoded X.509 (.CER), and click Next.
Step 12
In the File name: text box on the Certificate Export Wizard dialog box, enter the destination file name and click Next.
Step 13
Click Finish.
Step 14
Enter the Microsoft Windows type command to display the identity certificate in base64-encoded format.
Revoking a Certificate
To revoke a certificate using the Microsoft CA administrator program, follow these steps:
Step 1
From the Certification Authority tree, click Issued Certificates folder. From the list, right-click the certificate that you want to revoke.
Step 2
Choose All Tasks > Revoke Certificate.
Step 3
From the Reason code drop-down list, choose a reason for the revocation and click Yes.
Step 4
Click the Revoked Certificates folder to list and verify the certificate revocation.
Generating and Publishing the CRL
To generate and publish the CRL using the Microsoft CA administrator program, follow these steps:
Step 1
From the Certification Authority screen, choose Action > All Tasks > Publish.
Step 2
In the Certificate Revocation List dialog box, click Yes to publish the latest CRL.
Downloading the CRL
To download the CRL from the Microsoft CA website, follow these steps:
Step 1
From the Microsoft Certificate Services web interface, click Retrieve the CA certificate or certificate revocation list and click Next.