David Benjamin | 33b5692 | 2022-12-31 17:16:53 -0500 | [diff] [blame] | 1 | # Configuration file to test system default SSL configuration |
2 | |||||
3 | openssl_conf = default_conf | ||||
4 | |||||
5 | [ default_conf ] | ||||
6 | |||||
7 | ssl_conf = ssl_sect | ||||
8 | |||||
9 | [ssl_sect] | ||||
10 | |||||
11 | system_default = ssl_default_sect | ||||
12 | |||||
13 | [ssl_default_sect] | ||||
14 | MaxProtocol = TLSv1.2 | ||||
15 | MinProtocol = TLSv1.2 |