summaryrefslogtreecommitdiff
path: root/modules/caddytls/automation.go
AgeCommit message (Expand)Author
2023-01-30caddytls: Debug log for ask endpointMatthew Holt
2022-08-31events: Implement event system (#4912)Francis Lavoie
2022-08-23caddytls: Log error if ask request failsMatthew Holt
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-04-22caddytls: Add `propagation_delay`, support `propagation_timeout -1` (#4723)Francis Lavoie
2022-03-25go.mod: Upgrade CertMagic to v0.16.0Matthew Holt
2022-03-08caddytls: dns_challenge_override_domain for challenge delegation (#4596)Ran Chen
2022-02-17caddytls: Support external certificate Managers (like Tailscale) (#4541)Matt Holt
2021-09-24General minor improvements to docsMatthew Holt
2021-06-25caddytls: Remove "IssuerRaw" fieldMatthew Holt
2021-04-12caddytls: Configurable storage clean intervalMatthew Holt
2021-02-02httpcaddyfile: Fix default issuers when email providedMatthew Holt
2021-01-07caddytls: Configurable OCSP stapling; global option (closes #3714)Matthew Holt
2020-11-16caddytls: Support multiple issuers (#3862)Matt Holt
2020-08-21caddytls: Configure custom DNS resolvers for DNS challenge (close #2476)Matthew Holt
2020-07-30caddytls: Replace lego with acmez (#3621)Matt Holt
2020-06-05caddytls: Configurable cache size limitMatthew Holt
2020-05-02caddytls: Fix namespace tls.dns -> dns.providersMatthew Holt
2020-04-30caddytls: Adjust DNS challenge structure; clarify some docsMatthew Holt
2020-04-09caddytls: Don't initialize default internal issuer unless necessaryMatthew Holt
2020-04-08chore: make the linter happier (#3245)Mohammed Al Sahaf
2020-04-08httpcaddyfile, caddytls: Multiple edge case fixes; add testsMatthew Holt
2020-04-06caddytls: Support custom bind host for challenges (#3232)Matthew Holt
2020-03-26caddytls: Remove ManageSyncMatthew Holt
2020-03-25caddytls: Support placeholders in key_type (#3176)Pascal
2020-03-23tls: Few minor improvements/simplificationsMatthew Holt
2020-03-20tls/http: Fix auto-HTTPS logic w/rt default issuers (fixes #3164)Matthew Holt
2020-03-17httpcaddyfile: Many tls-related improvements including on-demand supportMatthew Holt
2020-03-15caddytls: Clean up some code related to automationMatthew Holt