VPN - Remote Access, SSL Self-Signed Cert Creation
- dale warner
- Aug 22, 2024
- 1 min read
The configuration example details how to create a self-sign certificate for remote access VPN, and how to apply this cert to the 'OUTSIDE' interface
In the exam, you may be asked to have a self-signed cert of a specific size. This can be done by modifying the top line of the configuration example. It's important to play around with these settings in a lab and know how to replicate this configuration in the ASDM GUI.
crypto key generate ecdsa label SSL-KP noconfirm
!
Crypto ca trustpoint SSL-TP
revocation-check none
id-usage ssl-ipsec
no fqdn
subject-name CN=ASAv02
Enrollment self
keypair SSL-KP
!
crypto ca enroll SSL-TP noconfirm
!
ssl trust-point SSL-TP OUTSIDE