remove global ssl-enable in clixon-restconf.yang
This commit is contained in:
parent
9016dde319
commit
c0ad6d3f8f
5 changed files with 2 additions and 18 deletions
|
|
@ -87,17 +87,6 @@ module clixon-restconf {
|
|||
presence "Enables RESTCONF";
|
||||
description
|
||||
"HTTP daemon configuration.";
|
||||
leaf ssl-enable {
|
||||
description
|
||||
"Enable ssl server functionality.
|
||||
Setting to false means the following are invalid:
|
||||
- auth-type=client-certificate
|
||||
- socket entries with ssl=true
|
||||
Also, the following are not releveant: server-cert-path, server-key-path,
|
||||
server-ca-cert-path";
|
||||
type boolean;
|
||||
default false;
|
||||
}
|
||||
leaf-list auth-type {
|
||||
type http-auth-type;
|
||||
description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue