0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00
caddy/modules
Matthew Holt 20fe9cf024
tls: Add pem_loader module
This migrates a feature that was previously reserved for enterprise
users, according to https://github.com/caddyserver/caddy/issues/2786.

The PEM loader allows you to embed PEM files (certificates and keys)
directly into your config, rather than requiring them to be stored on
potentially insecure storage, which adds attack vectors. This is useful
in automated settings where sensitive key material is stored only in
memory.

Note that if the config is persisted to disk, that added benefit may go
away, but there will still be the benefit of having lesser dependence on
external files.
2019-10-09 19:34:14 -06:00
..
caddyhttp reverse_proxy: Add local circuit breaker 2019-10-09 19:28:07 -06:00
caddytls tls: Add pem_loader module 2019-10-09 19:34:14 -06:00
filestorage Add license header to filestorage.go 2019-09-30 09:08:04 -06:00