mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05:00
1e92258dd6
* Added preferred_chains option to Caddyfile * Caddyfile adapt tests for preferred_chains
707 B
707 B
{ 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 } } ] } ] } } } }