Francis Lavoie
4 years ago
committed by
GitHub
3 changed files with 77 additions and 0 deletions
@ -0,0 +1,56 @@ |
|||||
|
{ |
||||
|
skip_install_trust |
||||
|
} |
||||
|
|
||||
|
a.example.com { |
||||
|
tls internal |
||||
|
} |
||||
|
---------- |
||||
|
{ |
||||
|
"apps": { |
||||
|
"http": { |
||||
|
"servers": { |
||||
|
"srv0": { |
||||
|
"listen": [ |
||||
|
":443" |
||||
|
], |
||||
|
"routes": [ |
||||
|
{ |
||||
|
"match": [ |
||||
|
{ |
||||
|
"host": [ |
||||
|
"a.example.com" |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"terminal": true |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
}, |
||||
|
"pki": { |
||||
|
"certificate_authorities": { |
||||
|
"local": { |
||||
|
"install_trust": false |
||||
|
} |
||||
|
} |
||||
|
}, |
||||
|
"tls": { |
||||
|
"automation": { |
||||
|
"policies": [ |
||||
|
{ |
||||
|
"subjects": [ |
||||
|
"a.example.com" |
||||
|
], |
||||
|
"issuers": [ |
||||
|
{ |
||||
|
"module": "internal" |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue