index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddytls
/
automation.go
Age
Commit message (
Expand
)
Author
2022-08-31
events: Implement event system (#4912)
Francis Lavoie
2022-08-23
caddytls: Log error if ask request fails
Matthew Holt
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2022-04-22
caddytls: Add `propagation_delay`, support `propagation_timeout -1` (#4723)
Francis Lavoie
2022-03-25
go.mod: Upgrade CertMagic to v0.16.0
Matthew Holt
2022-03-08
caddytls: dns_challenge_override_domain for challenge delegation (#4596)
Ran Chen
2022-02-17
caddytls: Support external certificate Managers (like Tailscale) (#4541)
Matt Holt
2021-09-24
General minor improvements to docs
Matthew Holt
2021-06-25
caddytls: Remove "IssuerRaw" field
Matthew Holt
2021-04-12
caddytls: Configurable storage clean interval
Matthew Holt
2021-02-02
httpcaddyfile: Fix default issuers when email provided
Matthew Holt
2021-01-07
caddytls: Configurable OCSP stapling; global option (closes #3714)
Matthew Holt
2020-11-16
caddytls: Support multiple issuers (#3862)
Matt Holt
2020-08-21
caddytls: Configure custom DNS resolvers for DNS challenge (close #2476)
Matthew Holt
2020-07-30
caddytls: Replace lego with acmez (#3621)
Matt Holt
2020-06-05
caddytls: Configurable cache size limit
Matthew Holt
2020-05-02
caddytls: Fix namespace tls.dns -> dns.providers
Matthew Holt
2020-04-30
caddytls: Adjust DNS challenge structure; clarify some docs
Matthew Holt
2020-04-09
caddytls: Don't initialize default internal issuer unless necessary
Matthew Holt
2020-04-08
chore: make the linter happier (#3245)
Mohammed Al Sahaf
2020-04-08
httpcaddyfile, caddytls: Multiple edge case fixes; add tests
Matthew Holt
2020-04-06
caddytls: Support custom bind host for challenges (#3232)
Matthew Holt
2020-03-26
caddytls: Remove ManageSync
Matthew Holt
2020-03-25
caddytls: Support placeholders in key_type (#3176)
Pascal
2020-03-23
tls: Few minor improvements/simplifications
Matthew Holt
2020-03-20
tls/http: Fix auto-HTTPS logic w/rt default issuers (fixes #3164)
Matthew Holt
2020-03-17
httpcaddyfile: Many tls-related improvements including on-demand support
Matthew Holt
2020-03-15
caddytls: Clean up some code related to automation
Matthew Holt