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.
96 lines
1.1 KiB
96 lines
1.1 KiB
4 years ago
|
# issue #3953
|
||
|
|
||
4 years ago
|
{
|
||
4 years ago
|
cert_issuer zerossl api_key
|
||
4 years ago
|
}
|
||
|
|
||
4 years ago
|
example.com {
|
||
4 years ago
|
tls {
|
||
|
on_demand
|
||
|
}
|
||
|
}
|
||
|
|
||
4 years ago
|
http://example.net {
|
||
|
}
|
||
|
|
||
|
:1234 {
|
||
4 years ago
|
}
|
||
|
----------
|
||
|
{
|
||
|
"apps": {
|
||
|
"http": {
|
||
|
"servers": {
|
||
|
"srv0": {
|
||
4 years ago
|
"listen": [
|
||
|
":1234"
|
||
|
]
|
||
|
},
|
||
|
"srv1": {
|
||
4 years ago
|
"listen": [
|
||
|
":443"
|
||
|
],
|
||
|
"routes": [
|
||
|
{
|
||
|
"match": [
|
||
|
{
|
||
|
"host": [
|
||
4 years ago
|
"example.com"
|
||
4 years ago
|
]
|
||
|
}
|
||
|
],
|
||
|
"terminal": true
|
||
4 years ago
|
}
|
||
|
]
|
||
|
},
|
||
|
"srv2": {
|
||
|
"listen": [
|
||
|
":80"
|
||
|
],
|
||
|
"routes": [
|
||
4 years ago
|
{
|
||
|
"match": [
|
||
|
{
|
||
|
"host": [
|
||
4 years ago
|
"example.net"
|
||
4 years ago
|
]
|
||
|
}
|
||
|
],
|
||
|
"terminal": true
|
||
|
}
|
||
4 years ago
|
],
|
||
|
"automatic_https": {
|
||
|
"skip": [
|
||
|
"example.net"
|
||
|
]
|
||
|
}
|
||
4 years ago
|
}
|
||
|
}
|
||
|
},
|
||
|
"tls": {
|
||
|
"automation": {
|
||
|
"policies": [
|
||
|
{
|
||
|
"subjects": [
|
||
4 years ago
|
"example.com"
|
||
4 years ago
|
],
|
||
4 years ago
|
"issuers": [
|
||
|
{
|
||
4 years ago
|
"api_key": "api_key",
|
||
|
"module": "zerossl"
|
||
4 years ago
|
}
|
||
|
],
|
||
4 years ago
|
"on_demand": true
|
||
|
},
|
||
|
{
|
||
4 years ago
|
"issuers": [
|
||
|
{
|
||
4 years ago
|
"api_key": "api_key",
|
||
|
"module": "zerossl"
|
||
4 years ago
|
}
|
||
|
]
|
||
4 years ago
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|