Header
Home | Set as homepage | Add to favorites
  Search the Site     » Advanced Search
Sections
Syndication


Blogroll:

||||| ALL Cisco-Network ARTICLES |||||  
CCIE Journey,
The CCIE Journey,


Step 2–9 Monitor and Maintain CA Interoperability (Optional)

Sep 29,2009 by alperen

image

Step 2�"9 Monitor and Maintain CA Interoperability (Optional)

The following housekeeping measures are optional and will vary, based on the CA server requirements and operational circumstances:

  • Request a CRL

  • Delete your router’s RSA keys

  • Delete both public and private certificates from the configuration

  • Delete peer’s public keys

Request a CRL

When the router receives a certificate from a peer, it will download a CRL from either the CA or from a CA-designated CRL distribution point. The router then looks for the certificate on the CRL to make sure it hasn’t been revoked. The router won’t accept the certificate and it won’t authenticate the peer if the certificate appears on the CRL. A CRL can continue to be reused with other certificates until the CRL expires. If the router receives a certificate after the CRL has expired, it will download the latest CRL.

If the CA system supports RAs, multiple CRLs can exist. The certificate in question will indicate which CRL applies and should be downloaded by the router for authentication. If the router doesn’t have or is unable to download the appropriate CRL, the certificate will normally be rejected. The exception to this would be if the router configuration contains the crl optional feature under the crypto ca identity command. With the crl optional command, the router will still try to get the required CRL, but failing that, it can accept the peer’s certificate anyway. The router will continue to try to get the CRL.

If the CA server requires a local CRL, use the global configuration crypto ca crl request command to request an immediate download of the latest CRL. Use the same name used to declare the CA with the crypto ca identity command:

Rtr1(config)#crypto ca crl request name

An example for the chapter scenario would look like the following:

Rtr1(config)#crypto ca crl request ca-ipsec
Delete Router’s RSA Keys

While this could seem like a harsh step, it might be necessary to delete a router’s RSA keys if you had reason to believe the RSA keys were compromised. This process can’t be undone and all new key exchanges would have to wait until new RSA key requests could be processed.

Use the global configuration crypto key zeroize rsa command to delete all the router’s RSA keys. The syntax and an example follow:

Rtr1(config)#crypto key zeroize rsa
Delete Both Public and Private Certificates from the Configuration

The crypto key zeroize rsa command in the last step deletes all RSA keys generated by the router. In addition to this command, it would be necessary to perform two additional tasks:

  1. Rtr1(config-cert-chain)#no certificate certificate-serial-number

In the following example, the show command is used to determine the serial number(s) of the certificate to be deleted:

To delete the CA’s certificate, you must remove the entire CA identity, which also removes all certificates associated with the CA�"the router’s certificate, the CA certificate, and any RA certificates. Use the global configuration no crypto ca identity command to remove the CA identity. The syntax is

Rtr1(config)#no crypto ca identity name

The following example demonstrates using the no crypto ca identity command to remove the CA identity:


159 times read

Related news

» Step 2–6 Authenticate the CA
by alperen posted on Sep 29,2009
» Cisco IOS IPSec Certificate Authority Support Review
by alperen posted on Oct 02,2009
» Step 2–7 Request Your Own Certificate
by alperen posted on Sep 29,2009
» Step 2–5 Declare a CA
by alperen posted on Sep 29,2009
» Cisco IOS IPSec Certificate Authority Support Questions Answers
by alperen posted on Oct 02,2009
Did you enjoy this article?
(total 0 votes)

comment Comments (0 posted) 

More Top News
CCSP-Cisco Certified Security Professional
Most Popular
Most Commented
Featured Author