mirror of
https://github.com/Astatin3/meteorbot-old.git
synced 2026-06-09 08:38:07 -06:00
16 lines
241 B
INI
16 lines
241 B
INI
|
|
# 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
|