diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2019-10-29 00:06:04 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2019-10-29 00:06:04 -0600 |
commit | d2e7baed8d3cdcad63128a5dabbc9d8cb71e9ba7 (patch) | |
tree | e2a6f3d0d85799a08b3c72a474223aae56bd94e4 /cmd/caddy | |
parent | d6dad04e9647c9ab177c2013ee1aa14b5fa81a5e (diff) |
Plug in distributed STEK module
Diffstat (limited to 'cmd/caddy')
-rw-r--r-- | cmd/caddy/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/caddy/main.go b/cmd/caddy/main.go index bd29b7b..54220de 100644 --- a/cmd/caddy/main.go +++ b/cmd/caddy/main.go @@ -38,6 +38,7 @@ import ( _ "github.com/caddyserver/caddy/v2/modules/caddyhttp/starlarkmw" _ "github.com/caddyserver/caddy/v2/modules/caddyhttp/templates" _ "github.com/caddyserver/caddy/v2/modules/caddytls" + _ "github.com/caddyserver/caddy/v2/modules/caddytls/distributedstek" _ "github.com/caddyserver/caddy/v2/modules/caddytls/standardstek" _ "github.com/caddyserver/caddy/v2/modules/filestorage" _ "github.com/caddyserver/caddy/v2/modules/logging" |