Compare commits

..

No commits in common. "671e4d2bca6141546249e9bd074a6baa7141a4cc" and "28b4aede4550a57f46db3eab7305cf14ba686f26" have entirely different histories.

View file

@ -0,0 +1,15 @@
{
"domain": {
"type": "string",
"mandatory": false
},
"tls_mode": {
"type": "string",
"options": [
"disable",
"enable",
"force"
],
"mandatory": false
}
}