
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2012 07:27 AM - edited 03-11-2019 03:47 PM
Using GUI, ASDM, How can we generate crypto key modulus 1024?
Solved! Go to Solution.
- Labels:
-
NGFW Firewalls
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2012 01:06 AM
Goto ASDM > Device Management > Certificate Management > Identity Certificates > New > Generate Now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2012 01:12 AM
Hi,
Even though this was already answered.....
I guess the other option is to go Tools -> Command Line Interface..
and issue the command: "crypto key generate rsa modulus 1024 noconfirm"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2012 01:06 AM
Goto ASDM > Device Management > Certificate Management > Identity Certificates > New > Generate Now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2012 01:12 AM
Hi,
Even though this was already answered.....
I guess the other option is to go Tools -> Command Line Interface..
and issue the command: "crypto key generate rsa modulus 1024 noconfirm"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2017 08:41 AM
Old thread (I know) but its better practice to use 2048 as the key length

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2012 07:52 AM
Thanks Johnny and Jouni!!!!
