summaryrefslogtreecommitdiff
path: root/caddyconfig/httpcaddyfile/tlsapp.go
AgeCommit message (Expand)Author
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-08-07ci: Use gofumpt to format code (#5707)Jacob Gadikian
2023-05-15caddyhttp: Refactor cert Managers (fix #5415) (#5533)Matt Holt
2023-03-27caddytls: Eval replacer on automation policy subjects (#5459)Francis Lavoie
2022-10-13httpcaddyfile: Improve detection of indistinguishable TLS automation policies...Matt Holt
2022-10-04httpcaddyfile: Skip `automate` when `auto_https off` is specified (#5110)Francis Lavoie
2022-08-24httpcaddyfile: Add ocsp_interval global option (#4980)Ben Burkert
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-06-01Fix #4822 and fix #4779Matthew Holt
2022-03-24httpcaddyfile: Fix #4640 (auto-HTTPS edgecase) (#4661)Francis Lavoie
2022-02-19httpcaddyfile: Disabling OCSP stapling for both managed and unmanaged (#4589)Francis Lavoie
2022-02-17caddytls: Support external certificate Managers (like Tailscale) (#4541)Matt Holt
2021-11-28caddyfile: make renew_interval option configurable (#4451)Rainer Borene
2021-06-25httpcaddyfile: Don't put localhost in public APs (fix #4220)Matthew Holt
2021-06-09httpcaddyfile: Don't add HTTP hosts to TLS APs (fix #4176 and fix #4198)Matthew Holt
2021-06-08httpcaddyfile: Add `preferred_chains` global option and issuer subdirective (...Klooven
2021-05-11httpcaddyfile: Fix automation policy consolidation again (fix #4161)Matthew Holt
2021-05-02httpcaddyfile: Add global option for `storage_clean_interval` (#4134)Francis Lavoie
2021-04-29httpcaddyfile: Fix unexpectedly removed policy (#4128)Alban Lecocq
2021-04-16httpcaddyfile: Take into account host scheme/port (fix #4113)Matthew Holt
2021-04-02httpcaddyfile: Fix panic in automation policy consolidation (#4104)Francis Lavoie
2021-02-08httpcaddyfile: Fix automation policiesMatthew Holt
2021-02-02httpcaddyfile: Fix default issuers when email providedMatthew Holt
2021-01-19httpcaddyfile: Skip TLS APs for HTTP-only hosts (fix #3977)Matthew Holt
2021-01-07caddytls: Configurable OCSP stapling; global option (closes #3714)Matthew Holt
2021-01-07httpcaddyfile: Support repeated use of cert_issuer global optionMatthew Holt
2021-01-06caddytls: add 'key_type' subdirective (#3956)Jordi Masip
2021-01-05caddyfile: Refactor unmarshaling of module tokensMatthew Holt
2021-01-04httpcaddyfile: Adjust iterator when removing AP (fix #3953)Matthew Holt
2020-12-07httpcaddyfile: Decrement counter when removing conn policy (fix #3906)Matthew Holt
2020-11-16caddytls: Support multiple issuers (#3862)Matt Holt
2020-10-28httpcaddyfile: Revise automation policy generation (#3824)Matt Holt
2020-10-22httpcaddyfile: Improve AP logic with OnDemandMatthew Holt
2020-08-11caddytls: Add support for ZeroSSL; add Caddyfile support for issuers (#3633)Matt Holt
2020-08-06httpcaddyfile: Avoid repeated subjects in APs (fix #3618)Matthew Holt
2020-07-30caddytls: Replace lego with acmez (#3621)Matt Holt
2020-07-07httpcaddyfile: Reorder automation policy logic (close #3550)Matthew Holt
2020-06-12httpcaddyfile: New `acme_eab` option (#3492)Chris Ortman
2020-05-29caddyconfig: Minor internal and godoc tweaksMatthew Holt
2020-05-02caddytls: Fix namespace tls.dns -> dns.providersMatthew Holt
2020-04-30caddytls: Adjust DNS challenge structure; clarify some docsMatthew Holt
2020-04-24httpcaddyfile: Add nil check to prevent panic, fix validation logicMatthew 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-08httpcaddyfile: Add key_type global option (#3231)Francis Lavoie
2020-04-06httpcaddyfile: Carry bind setting through to ACME issuer (fixes #3232)Matthew Holt
2020-04-02httpcaddyfile: Refactor site key parsing; detect conflicting schemesMatthew Holt
2020-03-30httpcaddyfile: Include non-standard ports when mapping logger namesMatthew Holt
2020-03-26caddytls: Remove ManageSyncMatthew Holt
2020-03-24caddyhttp: Specify default access log for a server (fix #3185)Matthew Holt