blob: b9ab37ac3a17f31f47da3ba68b2759b20a0f4b57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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]
CipherString = ALL:@SECLEVEL=1
|