asa1(config)# sh crypto ca trustpoints
Next we are using export to pem file (must write name of trustpoint):
asa1(config)# crypto ca export TRUST_NAME identity-certificate
you will see:
-----BEGIN CERTIFICATE-----
MIIB+zCCAWSgAwIBAgIEJqphUTANBgkqhkiG9w0BAQUFADBCMRMwEQYDVQQDEwpD
TkJFSUZXRDAxMSswKQYJKoZIhvcNAQkCFhxDTkJFSUZXRDAxLmRwY2xlYW50ZWNo
LmxvY2FsMB4XDTEzMTEwNjE1MzQwOFoXDTIzMTEwNDE1MzQwOFowQjETMBEGA1UE
..
-----END CERTIFICATE-----
Next you must copy this all text from console and paste in text file (notepad) and save as *.CSR
Next open Java Control Panel, go to Security tab and run Manage Certificates button. You shoud see Certificates window. Select Certificate Type like "secure site" and import your file. Now you can open your ASDM via web browser using Java.
No comments:
Post a Comment