diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2020-04-08 14:46:44 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2020-04-08 14:46:44 -0600 |
commit | 28fdf64dc510472ccd9e6d46eb149d19cd70919a (patch) | |
tree | b3c8bcbdd185114f2ee888f1a6f81ad2456b90c8 /modules/caddyhttp/map/caddyfile.go | |
parent | 0fe98038b64f359f431b7590a9e9fc6266a5690a (diff) |
httpcaddyfile, caddytls: Multiple edge case fixes; add tests
- Create two default automation policies; if the TLS app is used in
isolation with the 'automate' certificate loader, it will now use
an internal issuer for internal-only names, and an ACME issuer for
all other names by default.
- If the HTTP Caddyfile adds an 'automate' loader, it now also adds an
automation policy for any names in that loader that do not qualify
for public certificates so that they will be issued internally. (It
might be nice if this wasn't necessary, but the alternative is to
either make auto-HTTPS logic way more complex by scanning the names in
the 'automate' loader, or to have an automation policy without an
issuer switch between default issuer based on the name being issued
a certificate - I think I like the latter option better, right now we
do something kind of like that but at a level above each individual
automation policies, we do that switch only when no automation
policies match, rather than when a policy without an issuer does
match.)
- Set the default LoggerName rather than a LoggerNames with an empty
host value, which is now taken literally rather than as a catch-all.
- hostsFromKeys, the function that gets a list of hosts from server
block keys, no longer returns an empty string in its resulting slice,
ever.
Diffstat (limited to 'modules/caddyhttp/map/caddyfile.go')
0 files changed, 0 insertions, 0 deletions