For When You Can't Have The Real Thing
[ start | index | login ]
start > Cisco > ASA > 9.5 > Self-Signed Certificates

Self-Signed Certificates

Created by dave. Last edited by dave, 6 years and 78 days ago. Viewed 1,678 times. #1
[edit] [rdf]
labels
attachments
(2018-01-10)

Problem

I have a new ASA and I need some self-signed certificates.

Solution

(this is all conf t)

Setup stuff:

hostname  myasa
domain-name cisco.com
clock set 00:00:00 1 Jan 2010
clock  set timezone EST -5

Generate the default rsa keypair:

crypto key generate rsa modulus 1024

Generate the cert:

crypto ca trustpoint self
enroll self
fqdn myasa.cisco.com
subject-name CN=myasa.cisco.com
crypto ca enroll self noconfirm

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt