0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-02-17 23:45:41 -05:00
caddy/modules/caddyhttp
Matt Holt 5a19db5dc2
v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)
* pki: Initial commit of PKI app (WIP) (see #2502 and #3021)

* pki: Ability to use root/intermediates, and sign with root

* pki: Fix benign misnamings left over from copy+paste

* pki: Only install root if not already trusted

* Make HTTPS port the default; all names use auto-HTTPS; bug fixes

* Fix build - what happened to our CI tests??

* Fix go.mod
2020-03-13 11:06:08 -06:00
..
caddyauth basicauth: default hash to bcrypt (#3050) 2020-02-17 12:19:59 -07:00
encode Fix typos (#3087) 2020-02-27 19:30:48 -07:00
fileserver v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125) 2020-03-13 11:06:08 -06:00
headers
httpcache Refactor for CertMagic v0.10; prepare for PKI app 2020-03-06 23:15:25 -07:00
requestbody
reverseproxy v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125) 2020-03-13 11:06:08 -06:00
rewrite
standard
templates Fix typos (#3087) 2020-02-27 19:30:48 -07:00
autohttps.go v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125) 2020-03-13 11:06:08 -06:00
caddyhttp.go v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125) 2020-03-13 11:06:08 -06:00
errors.go
marshalers.go
matchers.go Fix typos (#3087) 2020-02-27 19:30:48 -07:00
matchers_test.go caddyhttp: Fixes for header and header_regexp directives (#3061) 2020-02-20 10:55:47 -07:00
replacer.go Refactor for CertMagic v0.10; prepare for PKI app 2020-03-06 23:15:25 -07:00
replacer_test.go Refactor for CertMagic v0.10; prepare for PKI app 2020-03-06 23:15:25 -07:00
responsewriter.go
routes.go
server.go Refactor for CertMagic v0.10; prepare for PKI app 2020-03-06 23:15:25 -07:00
staticerror.go
staticresp.go
staticresp_test.go
subroute.go
vars.go