summaryrefslogtreecommitdiff
path: root/modules/caddytls/tls.go
AgeCommit message (Expand)Author
2022-09-16core: Variadic Context.Logger(); soft deprecationMatthew 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)Matt 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 16Matthew Holt
2020-03-13v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)Matt Holt
2020-03-07tls: Couple of quick fixes for 4d18587192e4fffe5b34b714eaabcfc212914c1eMatthew Holt
2020-03-07tls: Auto-migrate cert assets to new path (details in #3124)Matthew Holt
2020-03-06Refactor for CertMagic v0.10; prepare for PKI appMatthew Holt
2020-02-18tls: Fix panic loading automation management modules (fix #3004)Matthew Holt
2020-02-14tls: Avoid duplication AutomationPolicies for large quantities of namesMatthew Holt
2020-01-06A few miscellaneous, minor fixesMatthew Holt
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-10-28v2: Logging! (#2831)Matt Holt
2019-10-21tls: Make the on-demand rate limiter actually workMatthew Holt
2019-10-16tls: Asynchronous cert management at startup (uses CertMagic v0.8.0)Matthew Holt
2019-10-02caddytls: nil check on storageClean fields on StopMatthew Holt
2019-09-30tls: Change struct fields to pointers, add nil checks; rate.Burst updateMatthew Holt
2019-09-24tls: Make cert and OCSP check intervals configurableMatthew Holt
2019-09-17tls: Clean up expired OCSP staples and certificatesMatthew Holt
2019-09-14Eliminate some TODOsMatthew Holt
2019-09-13http: Consider wildcards when evaluating automatic HTTPSMatthew Holt