a6040c623b
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com> Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
36 lines
No EOL
610 B
JSON
36 lines
No EOL
610 B
JSON
{
|
|
"http": {
|
|
"services": {
|
|
"noop": {}
|
|
},
|
|
"models": {
|
|
"websecure": {
|
|
"middlewares": [
|
|
"test"
|
|
],
|
|
"tls": {
|
|
"options": "opt",
|
|
"certResolver": "le",
|
|
"domains": [
|
|
{
|
|
"main": "mainA",
|
|
"sans": [
|
|
"sanA1",
|
|
"sanA2"
|
|
]
|
|
},
|
|
{
|
|
"main": "mainB",
|
|
"sans": [
|
|
"sanB1",
|
|
"sanB2"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tcp": {},
|
|
"tls": {}
|
|
} |