Hi,
On N3000 with 6.3.1.8 OS I tried to set up HTTPS web management access, with following commands:
(config)# crypto certificate 1 generate
(config-crypto)# key-generate <---- just default key length, nothing put in cert config
(config-crypto)# exit
(config)# ip http secure-certificate 1
(config)# ip http server-secure
But accessing switch ip with a browser, returns error.
When I check SSL certificates on a switch with:
# show crypto certificate mycertificates 1
There is just a blank/empty line as command output
Am I doing it wrong?