Redirecting you to
Tech Document Sep 25, 2018

How to Install Certificates on Cisco ASA 5510

This article will go into detail on how to install certificates on Cisco ASA 5510.

This document provides installation instructions for ASA 5510 that runs software version 8.0(2) and ASDM version 6.0(2).

Note 1: For Cisco ASDM 6.3 and 6.1, you must install the Root and Intermediate CA Certificates first before generating your RSA key.
Note 2: The root and intermediate certificates can be downloaded from the end of this article.

Step 1: Install the Root CA Certificate :

  1. Within ASDM, click Configuration > Device Management.
  2. Click Certificate Management > CA Certificates.
  3. Click Add.
  4. Click Paste certificate in PEM Format > paste the Root certificate (AddTrustExternalCARoot.crt) into the text field.
  5. Click Install Certificate.
    A dialog box appears that confirms the installation was successful.

Step 2: Install the Intermediate CA bundle :

  1. Within ASDM, click Configuration > Device Management.
  2. Click Certificate Management > CA Certificates.
  3. Click Add.
  4. Click Paste certificate in PEM Format > paste the Intermediate CA bundle (xyz-sha-2-intermediates.ca-bundle) into the text field.
  5. Click Install Certificate.
    A dialog box appears that confirms the installation was successful.


Step 3: Install the SSL Certificate :

  1. Click Configuration > Device Management
  2. Click Certificate Management > Identity Certificates
  3. Select the identity certificate you created (The Expiry Date should display Pending)
  4. Click Install
  5. Click Paste the certificate data in base-64 format > paste the certificate (domain_com.crt) into the text field
  6. Click Install Certificate

A dialog box appears that confirms the installation was successful.

Step 6: Activate the newly installed SSL certificate for use:

  1. Click Configuration > Device Management
  2. Expand Advanced, and then expand SSL Settings
  3. Under Certificates, select the interface that is used to terminate WebVPN sessions
  4. Click Edit
  5. In the Certificate drop-down list, choose the certificate that you just installed
  6. Click OK
  7. Click Apply