Install your Certificates in Cisco ASA 5500 SSL VPN/Firewall

Installing your SSL Certificate in the Adaptive Security Device Manager (ASDM)

You will receive your SSL certificate and intermediate certificate by email. Copy each certificate from the email, paste each one into a separate text editor and save the files to a safe location with an extension of .crt, such as gs_sslcertificate.crt and gs_intermediate.crt.

In ASDM select “Configuration” and then “Device Management.”

Expand “Certificate Management” and select “CA Certificates” and then “Add.”

With the option selected to “Install from a file”, browse to the gs_intermediate.crt file and then click the “Install Certificate” button at the bottom of the “Install Certificate” window.

Your Intermediate certificate file is now installed. You will now need to install the gs_sslcertificate.crt file.

In ASDM select “Configuration” and then “Device Management”.

Expand “Certificate Management” and select “Identity Certificates”.

Select the appropriate identity certificate from when your CSR was generated (the “Issued By” field should show as not available and the “Expiry Date” field will show Pending…). Click the Install button.

Browse to the appropriate identity certificate (the gs_sslcertificate.crt provided by GlobalSign) and click “Install Certificate.”

At this point you should receive confirmation that the certificate installation was successful.

Configuring WebVPN with ASDM to Use the New SSL Certificate

In ASDM select “Configuration” and then “Device Management”.

Click “Advanced” and then “SSL Settings”

From “Certificates,” choose the interface used to terminate WebVPN sessions, and then choose “Edit”.

From the “Certificate” drop-down, select the newly installed certificate, then “OK”, and then “Apply”

Configuring your certificate for use with the selected kind of WebVPN session is now complete.

SSL Certificate Installation from the Cisco ASA command line (alternate installation method)

From the ciscoasa(config)# line, enter the following text:

crypto ca authenticate my.globalsign.trustpoint

Where my.globalsign.trustpoint is the name of trustpoint created when your certificate request was generated.

Next, enter the entire body of the gs_intermediate.crt file followed by the word “quit” on a line by itself (the gs_intermediate.crt file can be opened and edited with a standard text editor, and the entire body of that file should be entered when prompted).

When asked to accept the certificate, enter “yes”.

When the certificate has been successfully imported, enter “exit”.

Your Intermediate certificate file is now installed. You will now need to install the gs_sslcertificate.crt file.

From the ciscoasa(config)# line, enter the following text:

crypto ca import my.globalsign.trustpoint certificate

Where my.globalsign.trustpoint is the name of trustpoint created when your certificate request was generated.

Next, enter the entire body of the gs_sslcertificate.crt file followed by the word “quit” on a line by itself (the gs_sslcertificate.crt file can be opened and edited with a standard text editor, and the entire body of that file should be entered when prompted).

You should then receive a message that the certificate was successfully imported.

Configuring WebVPN to Use the New SSL Certificate from the Cisco ASA command line

From the ciscoasa(config)# line, enter the following text:

ssl trust-point my.globalsign.trustpoint outside

wr mem

Where my.globalsign.trustpoint is the name of trustpoint created when your certificate request was generated and “outside” is the name of the interface being configured.

Make sure to save the configuration.

Link: http://www.globalsign.com/support/install/install_cisco3k.php

Print Friendly, PDF & Email
guest

0 Comments
Inline Feedbacks
View all comments