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
/
caddyconfig
/
httpcaddyfile
/
tlsapp.go
Age
Commit message (
Expand
)
Author
2022-02-19
httpcaddyfile: Disabling OCSP stapling for both managed and unmanaged (#4589)
Francis Lavoie
2022-02-17
caddytls: Support external certificate Managers (like Tailscale) (#4541)
Matt Holt
2021-11-28
caddyfile: make renew_interval option configurable (#4451)
Rainer Borene
2021-06-25
httpcaddyfile: Don't put localhost in public APs (fix #4220)
Matthew Holt
2021-06-09
httpcaddyfile: Don't add HTTP hosts to TLS APs (fix #4176 and fix #4198)
Matthew Holt
2021-06-08
httpcaddyfile: Add `preferred_chains` global option and issuer subdirective (...
Klooven
2021-05-11
httpcaddyfile: Fix automation policy consolidation again (fix #4161)
Matthew Holt
2021-05-02
httpcaddyfile: Add global option for `storage_clean_interval` (#4134)
Francis Lavoie
2021-04-29
httpcaddyfile: Fix unexpectedly removed policy (#4128)
Alban Lecocq
2021-04-16
httpcaddyfile: Take into account host scheme/port (fix #4113)
Matthew Holt
2021-04-02
httpcaddyfile: Fix panic in automation policy consolidation (#4104)
Francis Lavoie
2021-02-08
httpcaddyfile: Fix automation policies
Matthew Holt
2021-02-02
httpcaddyfile: Fix default issuers when email provided
Matthew Holt
2021-01-19
httpcaddyfile: Skip TLS APs for HTTP-only hosts (fix #3977)
Matthew Holt
2021-01-07
caddytls: Configurable OCSP stapling; global option (closes #3714)
Matthew Holt
2021-01-07
httpcaddyfile: Support repeated use of cert_issuer global option
Matthew Holt
2021-01-06
caddytls: add 'key_type' subdirective (#3956)
Jordi Masip
2021-01-05
caddyfile: Refactor unmarshaling of module tokens
Matthew Holt
2021-01-04
httpcaddyfile: Adjust iterator when removing AP (fix #3953)
Matthew Holt
2020-12-07
httpcaddyfile: Decrement counter when removing conn policy (fix #3906)
Matthew Holt
2020-11-16
caddytls: Support multiple issuers (#3862)
Matt Holt
2020-10-28
httpcaddyfile: Revise automation policy generation (#3824)
Matt Holt
2020-10-22
httpcaddyfile: Improve AP logic with OnDemand
Matthew Holt
2020-08-11
caddytls: Add support for ZeroSSL; add Caddyfile support for issuers (#3633)
Matt Holt
2020-08-06
httpcaddyfile: Avoid repeated subjects in APs (fix #3618)
Matthew Holt
2020-07-30
caddytls: Replace lego with acmez (#3621)
Matt Holt
2020-07-07
httpcaddyfile: Reorder automation policy logic (close #3550)
Matthew Holt
2020-06-12
httpcaddyfile: New `acme_eab` option (#3492)
Chris Ortman
2020-05-29
caddyconfig: Minor internal and godoc tweaks
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-24
httpcaddyfile: Add nil check to prevent panic, fix validation logic
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-08
httpcaddyfile: Add key_type global option (#3231)
Francis Lavoie
2020-04-06
httpcaddyfile: Carry bind setting through to ACME issuer (fixes #3232)
Matthew Holt
2020-04-02
httpcaddyfile: Refactor site key parsing; detect conflicting schemes
Matthew Holt
2020-03-30
httpcaddyfile: Include non-standard ports when mapping logger names
Matthew Holt
2020-03-26
caddytls: Remove ManageSync
Matthew Holt
2020-03-24
caddyhttp: Specify default access log for a server (fix #3185)
Matthew Holt
2020-03-17
httpcaddyfile: Many tls-related improvements including on-demand support
Matthew Holt