- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: Trying to Generate Cert and configure SSL on a...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2014 06:06 AM
06-14-2014 06:06 AM
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
- Tags:
- certificate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2014 01:39 PM
12-31-2014 01:39 PM
Re: Trying to Generate Cert and configure SSL on a 2920 - crypto key
Under Manager Priviledges, type 'crypto key generate cert rsa bits 2048'.