Aruba & ProVision-based
1753827 Members
8616 Online
108805 Solutions
New Discussion

Trying to Generate Cert and configure SSL on a 2920 - crypto key

 
iJoel
Occasional Visitor

Trying to Generate Cert and configure SSL on a 2920 - crypto key

I have a 2920 that I am trying to enable SSL on.

 

Session:

Switch(config)# crypto key generate cert rsa 1024

Invalid input: 1024

Switch(config)# crypto key generate cert 1024    

Invalid input: 1024

Switch(config)# crypto key generate cert     

 rsa                   Install RSA host key.

Switch(config)# crypto key generate cert rsa 

 bits                  Specify bitsize for key.

Switch(config)# crypto key generate cert rsa 512

Invalid input: 512

 

 

I have tried 512, 1024, 2048 for values.

 

 

PS

Most of the documentation and "blogs"  indicate I shoud type:

crypto key generate cert 1024

 

(omitting the rsa command)

But as you can see that results in the same "Invalid input" error, and you can see what the "?" help indicates the switch is looking for after each command.

 

I have tried rebooting the switch.

 

-----

J9729A Configuration Editor; Created on release #WB.15.11.0007

; Ver #03:12.15.0d:09

 

1 REPLY 1
StanleyChang
New Member

Re: Trying to Generate Cert and configure SSL on a 2920 - crypto key

Under Manager Priviledges, type 'crypto key generate cert rsa bits 2048'.