index
:
caddy
1xx-stdlib
2.7
acme-database
active-health-check-headers
active-health-host-placeholder-for-headers
add-default-collectors
add-verifier-in-comment
address-parse-commas
autohttp-warn-to-info
better-error-with-encrypted-private-key
browse-symlink-not-in-total
buffer-content-length
bump-go-ci
cache-ask
cel-placeholder-escape
cel-support-null
chroma-dep
ci-common-go-config
client-auth-doc
client-ip-with-port
close-h3-connections
cmd-issuer
composite-connpolicy-matcher
config-adapter-fix
ctx-app-strict
deb-provides
delete-config-test-cleanup
dep-upgrades
dependabot/github_actions/golangci/golangci-lint-action-5
deps-upgrade
document-interfaces
downgrade-min-go
drop-ondemand-ratelimit
early-data
empty-string-header-replacement
encode-connect
encode-flush
encode-flush-error
encode-sendfile
expand-proxy-proto-docs
export-lengthreader
fast-abs
fastcgi-cl-header
fastcgi-fix
file-placeholder
fileserver-oversight
fileserver-show
fix-6144
fix-6355
fix-config-file-detection-regrerssion
fix-default-logger
fix-encode-103
fix-otel-issue
fix-quic-nil-conn
fix-release
fix-reverseproxy-ca-provider
fix-sni-matcher-replacing
force-automate
forward-auth-empty-headers
forward-proxy
fuzz-seed-corpus
go120-issue5288
h2c-proxy-protocol
handler-trace
handshake-context
hijack-buffer-fix
hijack-read-size
http3-graceful
hurl-tests
ident-storage
improve-goreleaser-check
interface-network-type
issue-6300
limit-jobs-forks
master
matcher-regexp-names
matcher-with-error
merge-ip-matchers
metrics-improvements
ms-log-duration
multi-loggers
net-wal
no-bail-on-error
prefer-wildcard
prefixed-query
produce-csr
promote-metrics
proxy-h3
proxy-res-templates
proxy-success-ratio
proxy-upstream-ids
public-ip-certs
querymatcher
quic-go
reject-global-matcher-earlier
relative-path-fix
reload-troubleshooting
remove-unsupported-geese
remove-zealous-check
replace-error-msg
replacer-mutex
responsewriter-readfrom
retract-283
reverse-proxy-h2-websocket
reverse-proxy-websocket-size
rewrite-modify-query
rp-bad-comment
rwmutex-replacer
slices-pkg
storage-clean-off
strict
strip-prefix-fix
stripe
stripe-debug
stripe-kprox
stripe-kprox-debug
testing-updates
tls-cert-cache-internal-reload
transfer-encoding-match
transport-source-addr
update-golangci-config
upgrade-cel
upgrade-some-deps
upgrade-x-net
v1
vars-match-nil
virtualconns
websocket-normalize
windows-icon
x-net-0.32
zerossl
zerossl-email
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
caddyserver
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
modules
/
caddypki
Age
Commit message (
Expand
)
Author
2024-05-27
acmeserver: Add `sign_with_root` for Caddyfile (#6345)
v2.8.0
Ranveer Avhad
2024-05-20
context: AppIfConfigured returns error; consider not-yet-provisioned modules ...
Francis Lavoie
2024-05-07
caddypki: Allow use of root CA without a key. Fixes #6290 (#6298)
Florian Apolloner
2024-02-24
acmeserver: add policy field to define allow/deny rules (#5796)
Mohammed Al Sahaf
2024-02-08
acmeserver: support specifying the allowed challenge types (#5794)
Mohammed Al Sahaf
2024-01-23
caddyfile: Normalize & flatten all unmarshalers (#6037)
Francis Lavoie
2023-10-23
Upgrade acmeserver to github.com/go-chi/chi/v5 (#5913)
Mariano Cano
2023-08-14
ci: use gci linter (#5708)
Jacob Gadikian
2023-08-07
ci: Use gofumpt to format code (#5707)
Jacob Gadikian
2023-07-11
caddytls: Reuse certificate cache through reloads (#5623)
Matt Holt
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
v2.6.0-beta.4
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
v2.0.0-beta.16
Matthew Holt
[next]