aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/caddytls/tls.go
AgeCommit message (Expand)Author
2024-10-07caddytls: Drop `rate_limit` and `burst`, has been deprecated (#6611)Francis Lavoie
2024-10-01cmd: Better error handling when reloading (#6601)Matt Holt
2024-09-13perf: use zap's Check() to prevent useless allocs (#6560)Kévin Dunglas
2024-06-04Make it possible to configure the `DisableStorageCheck` setting for certmagic...Andreas Kohn
2024-05-20context: AppIfConfigured returns error; consider not-yet-provisioned modules ...Francis Lavoie
2024-04-30caddytls: Evict internal certs from cache based on issuer (#6266)v2.8.0-beta.1Matt Holt
2024-04-13caddytls: Upgrade ACMEz to v2; support ZeroSSL API; various fixes (#6229)Matt Holt
2024-04-13caddytls: Still provision permission module if ask is specifiedMatthew Holt
2024-01-30caddytls: Make on-demand 'ask' permission modular (#6055)Matt Holt
2023-12-07caddytls: Sync distributed storage cleaning (#5940)Matt Holt
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-07-11caddytls: Reuse certificate cache through reloads (#5623)Matt Holt
2023-06-04caddytls: Clarify some JSON config docsMatthew Holt
2023-03-27caddytls: Eval replacer on automation policy subjects (#5459)Francis Lavoie
2023-03-20caddytls: Zero out throttle window first (#5443)Matt Holt
2023-02-22caddytls: Relax the warning for on-demand (#5384)Francis Lavoie
2022-09-16core: Variadic Context.Logger(); soft deprecationv2.6.0-beta.4Matthew Holt
2022-09-13caddytls: Error if placeholder is empty in 'ask'Matthew Holt
2022-08-31events: Implement event system (#4912)Francis Lavoie
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-07-05caddytls: Reuse issuer between PreCheck and Issue (#4866)Matt Holt
2022-03-25go.mod: Upgrade CertMagic to v0.16.0Matthew Holt
2021-11-02caddytls: Mark storage clean timestamp at end of routine (#4401)Matt Holt
2021-09-24General minor improvements to docsMatthew Holt
2021-05-08caddytls: Run replacer on ask URL, for env vars (#4154)Francis Lavoie
2021-04-12caddytls: Disable OCSP stapling for manual certs (#4064)Matthew Holt
2021-04-12caddytls: Configurable storage clean intervalMatthew Holt
2021-02-26caddypki: Add SignWithRoot option for ACME serverMatthew Holt
2021-02-22caddytls: Remove old asset migration code (close #3894)Matthew Holt
2021-02-16Improve security warningsMatthew Holt
2021-01-27admin: Identity management, remote admin, config loaders (#3994)Matt Holt
2020-11-22ci: Use golangci's github action for linting (#3794)Dave Henderson
2020-11-16caddytls: Support multiple issuers (#3862)Matt Holt
2020-10-22httpcaddyfile: Improve AP logic with OnDemandMatthew Holt
2020-08-11caddytls: Add support for ZeroSSL; add Caddyfile support for issuers (#3633)v2.2.0-rc.1Matt Holt
2020-07-30caddytls: Replace lego with acmez (#3621)Matt Holt
2020-07-08caddytls: Move initial storage clean op into goroutineMatthew Holt
2020-06-05caddytls: Configurable cache size limitMatthew Holt
2020-05-12all: Recover from panics in goroutinesMatthew 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-03-26caddytls: Remove ManageSyncMatthew Holt
2020-03-26caddytls: Match automation policies by wildcard subjects tooMatthew 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
2020-03-15caddytls: Set Issuer properly on automation policies (fix #3150)Matthew Holt
2020-03-13Some hotfixes for beta 16v2.0.0-beta.17Matthew Holt
2020-03-13v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)Matt Holt