diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/certmanager.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/certmanager.lua b/core/certmanager.lua index 92b63ec3..dc08cb78 100644 --- a/core/certmanager.lua +++ b/core/certmanager.lua @@ -38,6 +38,7 @@ local core_defaults = { options = { "no_sslv2", luasec_has_noticket and "no_ticket" or nil }; verifyext = { "lsec_continue", "lsec_ignore_purpose" }; curve = "secp384r1"; + ciphers = "HIGH:!DSS:!aNULL@STRENGTH"; } local path_options = { -- These we pass through resolve_path() key = true, certificate = true, cafile = true, capath = true |