Let's troubleshoot... We also do trainings .. Checkout our training page https://asame2.blogspot.com/p/we-also-deliver-trainings.html

Featured Post

How to generate a CSR on Cisco ASA using CLI? CSR- (Certificate signing request)

First thing we need is an RSA key pair:   crypto key generate rsa label SSL-Key modulus 1024 noconfirm Create a trust-point crypto ca...

Recent Comments

Recent Post

Let's troubleshoot... We also do trainings .. Checkout our training page https://asame2.blogspot.com/p/we-also-deliver-trainings.html

Thursday, 13 October 2016

ASA as a CA server:


sh crypto ca certificate ASA as a CA server: ==================== 1. clock must be correct. sh crypto mypubkey Generate keys: crypto key gen rsa label mykey modu 2048 crypto ca server CA server ka naam: issuer-name cisco subject name default CN=nameofthe CA, C=IN Start CA server : no shutdown It will ask for a passphrase : give any key here then u will see certificat server enabled. crypto...