04-27-2022 01:07 AM
When I enable SSH/SSL in WLC 9800, Where is the private key stored?
Solved! Go to Solution.
04-27-2022 06:41 AM - edited 04-27-2022 06:42 AM
you can run the command
show crypto pki certificates storage
most likely it would be nvram
then execute
dir nvram: you will see .cer and .p7b certificate files
keep in mind that when generating the key pair, if you did not use the keyword exportable you wont be able to export it.
crypto key generate rsa exportable
usually I would not recommend exporting the private key, but I am sure you have use case for it.
hope this helps
04-27-2022 01:11 AM
- In the running-config.
M.
04-27-2022 06:41 AM - edited 04-27-2022 06:42 AM
you can run the command
show crypto pki certificates storage
most likely it would be nvram
then execute
dir nvram: you will see .cer and .p7b certificate files
keep in mind that when generating the key pair, if you did not use the keyword exportable you wont be able to export it.
crypto key generate rsa exportable
usually I would not recommend exporting the private key, but I am sure you have use case for it.
hope this helps
04-27-2022 12:14 PM
So FIPS-140 module doesn't save the crypto keys?
It's only for the key generation?
04-27-2022 07:08 PM - edited 04-27-2022 07:12 PM
Answer to both question is No.
FIPS (Federal Information Processing Standard) as the name suggests is security compliance standard for U.S. and Canadian government.
for e.g without FIPS Enabled you can use ssh client using sha1 to access 9800 but with FIPS enabled you can’t because it detects it as a non compliance security standard, many more standards like this/ list of appliance/ list of firmware make up FIPS.
you can read more about it here
I hope this helps
05-01-2022 12:43 PM
from the screenshot, I can see that the private keys are all stored in the devices. Can help to confirm there is no way to retrieve the private keys out of the device?
if there are ways to retrieve it out of the device, can it be used to spoof the device?
05-17-2022 04:41 PM
This was answered on this duplicate post:
https://community.cisco.com/t5/wireless/key-policies-for-wireless-device/td-p/4604199
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide