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
/
tls.go
Age
Commit message (
Expand
)
Author
2021-11-02
caddytls: Mark storage clean timestamp at end of routine (#4401)
Matt Holt
2021-09-24
General minor improvements to docs
Matthew Holt
2021-05-08
caddytls: Run replacer on ask URL, for env vars (#4154)
Francis Lavoie
2021-04-12
caddytls: Disable OCSP stapling for manual certs (#4064)
Matthew Holt
2021-04-12
caddytls: Configurable storage clean interval
Matthew Holt
2021-02-26
caddypki: Add SignWithRoot option for ACME server
Matthew Holt
2021-02-22
caddytls: Remove old asset migration code (close #3894)
Matthew Holt
2021-02-16
Improve security warnings
Matthew Holt
2021-01-27
admin: Identity management, remote admin, config loaders (#3994)
Matt Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-11-16
caddytls: Support multiple issuers (#3862)
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-07-30
caddytls: Replace lego with acmez (#3621)
Matt Holt
2020-07-08
caddytls: Move initial storage clean op into goroutine
Matthew Holt
2020-06-05
caddytls: Configurable cache size limit
Matthew Holt
2020-05-12
all: Recover from panics in goroutines
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-03-26
caddytls: Remove ManageSync
Matthew Holt
2020-03-26
caddytls: Match automation policies by wildcard subjects too
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
2020-03-15
caddytls: Set Issuer properly on automation policies (fix #3150)
Matthew Holt
2020-03-13
Some hotfixes for beta 16
Matthew Holt
2020-03-13
v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)
Matt Holt
2020-03-07
tls: Couple of quick fixes for 4d18587192e4fffe5b34b714eaabcfc212914c1e
Matthew Holt
2020-03-07
tls: Auto-migrate cert assets to new path (details in #3124)
Matthew Holt
2020-03-06
Refactor for CertMagic v0.10; prepare for PKI app
Matthew Holt
2020-02-18
tls: Fix panic loading automation management modules (fix #3004)
Matthew Holt
2020-02-14
tls: Avoid duplication AutomationPolicies for large quantities of names
Matthew Holt
2020-01-06
A few miscellaneous, minor fixes
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-10-28
v2: Logging! (#2831)
Matt Holt
2019-10-21
tls: Make the on-demand rate limiter actually work
Matthew Holt
2019-10-16
tls: Asynchronous cert management at startup (uses CertMagic v0.8.0)
Matthew Holt
2019-10-02
caddytls: nil check on storageClean fields on Stop
Matthew Holt
2019-09-30
tls: Change struct fields to pointers, add nil checks; rate.Burst update
Matthew Holt
2019-09-24
tls: Make cert and OCSP check intervals configurable
Matthew Holt
2019-09-17
tls: Clean up expired OCSP staples and certificates
Matthew Holt
2019-09-14
Eliminate some TODOs
Matthew Holt
2019-09-13
http: Consider wildcards when evaluating automatic HTTPS
Matthew Holt
2019-09-12
tls: Do away with SetDefaults which did nothing useful
Matthew Holt
2019-09-12
go.mod: Use lego v3 and CertMagic 0.7.0
Matthew Holt
2019-09-10
Require Go 1.13; use Go 1.13's default support for TLS 1.3
Matthew Holt
2019-08-21
Refactor Caddyfile adapter and module registration
Matthew Holt
2019-08-09
Implement config adapters and beginning of Caddyfile adapter
Matthew Holt
2019-07-02
go.mod: Append /v2 to module name; update all import paths
Matthew Holt
[next]