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
/
caddypki
Age
Commit message (
Expand
)
Author
2023-05-03
acmeserver: Configurable `resolvers`, fix smallstep deprecations (#5500)
Francis Lavoie
2023-02-27
context: Rename func to `AppIfConfigured` (#5397)
Francis Lavoie
2023-02-24
cmd: Expand cobra support, add short flags (#5379)
Francis Lavoie
2022-12-06
acme_server: Configurable default lifetime for issued certificates (#5232)
Kyle McCullough
2022-11-23
caddypki: Use go.step.sm/crypto to generate the PKI (#5217)
Mariano Cano
2022-11-14
reverseproxy: Mask the WS close message when we're the client (#5199)
Francis Lavoie
2022-11-08
caddypki: Prefer user-configured root instead of generating new one (#5189)
Jonathan Garcia
2022-09-16
core: Variadic Context.Logger(); soft deprecation
Matthew Holt
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2022-07-20
cmd: Fix reload with stdin (#4900)
Francis Lavoie
2022-04-25
caddypki: Fix `caddy trust` command to use the correct API endpoint (#4730)
Francis Lavoie
2022-04-13
caddypki: Load intermediate for signing on-the-fly (#4669)
Francis Lavoie
2022-03-25
go.mod: Upgrade CertMagic to v0.16.0
Matthew Holt
2022-03-13
chore: Comment fixes (#4634)
Francis Lavoie
2022-03-02
caddypki: Try to fix lint warnings
Matthew Holt
2022-03-02
caddypki: Refactor /pki/ admin endpoints
Matthew Holt
2022-03-02
pki: Implement API endpoints for certs and `caddy trust` (#4443)
Francis Lavoie
2022-02-17
caddytls: Support external certificate Managers (like Tailscale) (#4541)
Matt Holt
2022-01-07
caddypki: Return error if no PEM data found
Matthew Holt
2021-12-13
caddypki: Minor tweak, don't use context pointer
Matthew Holt
2021-12-13
pki: Avoid provisioning the `local` CA when not necessary (#4463)
Francis Lavoie
2021-09-29
Move from deprecated ioutil to os and io packages (#4364)
KallyDev
2021-09-24
General minor improvements to docs
Matthew Holt
2021-07-01
acmeserver: Don't set host for directory links by default
Matthew Holt
2021-06-21
acmeserver: Trim slashes from path prefix
Matthew Holt
2021-06-03
go.mod: Update direct dependencies
Matthew Holt
2021-04-01
Minor tweaks
Matthew Holt
2021-02-26
caddypki: Add SignWithRoot option for ACME server
Matthew Holt
2021-02-02
acmeserver: Support custom CAs from Caddyfile
Matthew Holt
2020-11-23
acme_server: fix reload of acme database (#3874)
Ian
2020-11-23
acme_server: switch to bbolt storage (#3868)
Ian
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-06-03
caddypki: Add 'acme_server' Caddyfile directive
Matthew Holt
2020-05-18
pki: Add docs to some struct fields
Matthew Holt
2020-05-12
all: Recover from panics in goroutines
Matthew Holt
2020-05-06
Update dependencies and get rid of placeholder hacks in CA code
Matthew Holt
2020-05-05
pki: Embedded ACME server (#3198)
Matt Holt
2020-03-31
pki: Add trust subcommand to install root cert (closes #3204)
Matthew Holt
2020-03-14
pki: Don't treat cert installation failure as error
Matthew Holt
2020-03-13
Minor tweaks
Matthew Holt
2020-03-13
v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)
Matt Holt