diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/certmanager.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/certmanager.lua b/core/certmanager.lua index 947aa0f2..5de604f7 100644 --- a/core/certmanager.lua +++ b/core/certmanager.lua @@ -32,8 +32,6 @@ function create_context(host, mode, config) depth = user_ssl_config.depth; }; - log("warn", "keyfile: %q", ssl_config.key); - local ctx, err = ssl_newcontext(ssl_config); if not ctx then err = err or "invalid ssl config" |