blob: 5473d837c10f3539423369a10e3af52e136a3b10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Configuration file to test system default SSL configuration
openssl_conf = default_conf
[ default_conf ]
ssl_conf = ssl_sect
[ssl_sect]
system_default = ssl_default_sect
[ssl_default_sect]
MaxProtocol = TLSv1.2
MinProtocol = TLSv1.2
|