Web management ssl désactivé par defaut (putain de clef hp )
This commit is contained in:
parent
64aa4ad521
commit
aca5269405
1 changed files with 5 additions and 1 deletions
|
@ -76,8 +76,12 @@ exit
|
|||
;--- Accès d'administration ---
|
||||
no telnet-server
|
||||
{%- if switch.web_management_enabled %}
|
||||
web-management ssl
|
||||
{%- if switch.web_management_enabled != "ssl" %}
|
||||
web-management plaintext
|
||||
{%- endif %}
|
||||
{%- if switch.web_management_enabled == "ssl" %}
|
||||
web-management ssl
|
||||
{%- endif %}
|
||||
{%- else %}
|
||||
no web-management
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in a new issue