diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2019-10-09 19:34:14 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2019-10-09 19:34:14 -0600 |
commit | 20fe9cf024898c73725eab0d4306dfd3b6ccd6d8 (patch) | |
tree | 2f6f34fcfdc9c921b31efa7c941b745b9b09155d /caddyconfig/jsonc/jsonc.go | |
parent | bcbe1c220de99146a13bcc786ec7f5017681de73 (diff) |
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.
Diffstat (limited to 'caddyconfig/jsonc/jsonc.go')
0 files changed, 0 insertions, 0 deletions