2020-05-11 01:00:15 +02:00
|
|
|
# Toplevel section for openssl (including libssl)
|
|
|
|
openssl_conf = default_conf_section
|
|
|
|
|
|
|
|
[default_conf_section]
|
|
|
|
# We only specify configuration for the "ssl module"
|
|
|
|
ssl_conf = ssl_section
|
|
|
|
|
|
|
|
[ssl_section]
|
|
|
|
system_default = system_default_section
|
|
|
|
|
|
|
|
[system_default_section]
|
2021-11-08 18:48:19 +01:00
|
|
|
CipherString = ALL:@SECLEVEL=0
|