Import custom SSL on Cisco ASA

First, prepare PKCS12 certificate. You need openssl package: openssl pkcs12 -export -out output.pfx -inkey domain.key -in domain.crt -certfile domain-bundle.crt where: output.pfx – is the newly created pkcs12 certificate domain.key – is the key to your original certificate domain.crt – is the x509 certificate issued by the cert authority domain-bundle.crt – is the root certificate chain… Read more Import custom SSL on Cisco ASA