1. Check the availability of a certificate for HTTPs access to the switch:
seccertmgmt show -cert https
2. If necessary, generate a new one:
seccertmgmt generate -cert https -type rsa -keysize 2048 -hash sha256 -years 20
3. Check encryption protocol settings:
seccryptocfg --show
4. You can set the settings as follows if there is a problem with the web browser:
5. Check if the current settings match the default security template:
seccryptocfg --verify default_generic
6. If necessary, apply a security template:
seccryptocfg --apply default_generic
The full list of security templates can be viewed with the command:
seccryptocfg --lstemplates
No comments:
Post a Comment