cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1213
Views
10
Helpful
8
Replies

SHA-2 ASA CSR

fatalXerror
Level 5
Level 5

Hi Guys,

I generated a CSR in ASA using CLI and sent it to my CA team to sign the CSR however, they told me that my CSR is only in SHA-1 and they need in SHA-2. How can I create a CSR with SHA-2 in ASA? Do I really need to use ECDSA instead of RSA or RSA alone can do the job to be in SHA-2?

Thank you very much for the help.

 

8 Replies 8

balaji.bandi
Hall of Fame
Hall of Fame

Hi @balaji.bandi , I am using ASA OS 9.12(4)24 and I already tried the one that you've provided but still the CA still recognizes it as SHA1 and not SHA2. No sure what is really the issue.

can you post show ip ssh ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

...

It seems that ASA is just generating CSR with SHA1 Encryption Algorithm and I confirmed it by using an OpenSSL. So what I did is to generate a CSR outside the ASA using the OpenSSL for me to have a SHA2. Not sure why is it like that hopefully is just a missing config.

...

Most probably your asa is using the default rsa keys. You can check this using command show crypto key mypubkey rsa

 

to delete the RSA host key pair, enter the following command.

 

crypto key zeroize rsa

and to generate more than 2048 bits command is 

crypto key generate rsa modulus 2048

And call these keys in your trust point.

 

These are few links shared by other If you follow them it will fix your problem.

 

please do not forget to rate.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card