You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
707 B
57 lines
707 B
4 years ago
|
{
|
||
|
preferred_chains smallest
|
||
|
}
|
||
|
|
||
|
localhost
|
||
|
----------
|
||
|
{
|
||
|
"apps": {
|
||
|
"http": {
|
||
|
"servers": {
|
||
|
"srv0": {
|
||
|
"listen": [
|
||
|
":443"
|
||
|
],
|
||
|
"routes": [
|
||
|
{
|
||
|
"match": [
|
||
|
{
|
||
|
"host": [
|
||
|
"localhost"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"terminal": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"tls": {
|
||
|
"automation": {
|
||
|
"policies": [
|
||
|
{
|
||
|
"subjects": [
|
||
|
"localhost"
|
||
|
],
|
||
|
"issuers": [
|
||
|
{
|
||
|
"module": "acme",
|
||
|
"preferred_chains": {
|
||
|
"smallest": true
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"module": "zerossl",
|
||
|
"preferred_chains": {
|
||
|
"smallest": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|