mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-11-29 11:15:23 +01:00
Merge pull request #21 from mhegadorn/mhegadorn-web-https
add https info (6450)
This commit is contained in:
commit
054a96a76f
@ -264,6 +264,17 @@ To quickly enable SNMPv2 (read only), follow the below. SNMP v3 is available but
|
|||||||
```
|
```
|
||||||
snmp-server community public ro
|
snmp-server community public ro
|
||||||
```
|
```
|
||||||
|
### HTTPS Web Interface
|
||||||
|
|
||||||
|
To enable https, use the following:
|
||||||
|
```
|
||||||
|
web-management https
|
||||||
|
crypto-ssl certificate generate
|
||||||
|
```
|
||||||
|
Disable http:
|
||||||
|
```
|
||||||
|
no web-management http
|
||||||
|
```
|
||||||
|
|
||||||
### Saving
|
### Saving
|
||||||
If you made any of the above extra changes, remember they have not been saved to onboard flash yet. Do so:
|
If you made any of the above extra changes, remember they have not been saved to onboard flash yet. Do so:
|
||||||
|
Loading…
Reference in New Issue
Block a user