[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring Digital Certificates Using the Online Method

To use the online configuration method to set up digital certificates on the router:

  1. Generate the RSA key pair.
  2. host1(config)#ipsec key generate rsa 2048
    
    Please wait.................................................
    
    ..........................
    
    IPsec Generate Keys complete 
    
    
    
  3. In your IKE policy, set the authentication method to RSA signatures.
  4. host1(config)#ipsec ike-policy-rule 1
    
    host1(config-ike-policy)#authentication rsa-sig
    
    host1(config-ike-policy)#exit
    
    
    

    NOTE: For more information about setting up IKE policies, see Defining an IKE Policy in Chapter 6, Configuring IPSec.

  5. Enter IPSec CA Identity Configuration mode, and specify the name of the certificate authority.
  6. host1(config)#ipsec ca identity trustedca1
    
    host1(config-ca-identity)#
    
    
    
  7. Specify the name of the CA issuer.
  8. host1(config-ca-identity)#issuer-identifier BetaSecurityCorp
    
    
    
  9. Specify the URL of the SCEP server from which the CA certificates and the router's public certificates is retrieved.
  10. host1(config-ca-identity)#enrollment url http://192.168.99.105/scepurl
    
    
    
  11. (Optional) Set the sensitivity of how the router handles CRLs.
  12. host1(config-ca-identity)#crl ignored
    
    
    
  13. (Optional) Specify the wait period between certificate request retries.
  14. host1(config-ca-identity)#enrollment retry-period 5
    
    
    
  15. (Optional) Specify the absolute time limit on enrollment.
  16. host1(config-ca-identity)#enrollment retry-limit 60
    
    
    
  17. (Optional) Specify the URL of your network's HTTP proxy server.
  18. host1(config-ca-identity)#root proxy url http://192.168.5.45
    
    host1(config-ca-identity)#exit
    
    
    
  19. Retrieve the CA certificate.
  20. host1(config)#ipsec ca authenticate trustedca1
    
    
    
  21. Enroll with the CA and retrieve the router's certificate from the CA.
  22. host1(config)#ipsec ca enroll trustedca1 My498pWd
    
    
    
  23. (Optional) To delete RSA key pairs, use the ipsec key zeroize command.

authentication

crl

enrollment retry-limit

enrollment retry-period

enrollment url

ipsec ca authenticate

ipsec ca enroll

ipsec ca identity

ipsec ike-policy-rule

ipsec isakmp-policy-rule

ipsec key generate

ipsec key zeroize

issuer-identifier

root proxy url


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]