caddy/modules/caddypki
Faiyaz Rahman 425a3381fd
acmeserver: say when the CA database is locked by another process (#8007)
Opening the bbolt database only reported timeout, which sounds like a
broken config. Catch bolt.ErrTimeout with errors.Is and say another
process holds the lock, and that caddy reload is the right command when
Caddy is already running. The error stays fatal.
2026-09-11 14:49:31 +10:00
..
acmeserver acmeserver: say when the CA database is locked by another process (#8007) 2026-09-11 14:49:31 +10:00
adminapi.go chore: Add nolints to work around haywire linters (#7493) 2026-02-17 16:52:54 -07:00
ca.go pki: Handle error immediately after reading root from disk (#7896) 2026-07-19 23:59:46 -04:00
certificates.go
command.go
crypto.go chore: Add nolints to work around haywire linters (#7493) 2026-02-17 16:52:54 -07:00
crypto_test.go
maintain.go pki: add per-CA configurable `maintenance_interval` and `renewal_window_ratio` (#7479) 2026-02-15 09:10:12 -05:00
maintain_test.go pki: add per-CA configurable `maintenance_interval` and `renewal_window_ratio` (#7479) 2026-02-15 09:10:12 -05:00
pki.go pki: add per-CA configurable `maintenance_interval` and `renewal_window_ratio` (#7479) 2026-02-15 09:10:12 -05:00