1e1051a39Sopenharmony_ci# Configuration file to test system default SSL configuration
2e1051a39Sopenharmony_ci
3e1051a39Sopenharmony_ci# Comment out the next line to ignore configuration errors
4e1051a39Sopenharmony_ciconfig_diagnostics = 1
5e1051a39Sopenharmony_ci
6e1051a39Sopenharmony_ciopenssl_conf = default_conf
7e1051a39Sopenharmony_ci
8e1051a39Sopenharmony_ci[ default_conf ]
9e1051a39Sopenharmony_ci
10e1051a39Sopenharmony_cissl_conf = ssl_sect
11e1051a39Sopenharmony_cioid_section = oid_sect
12e1051a39Sopenharmony_ci
13e1051a39Sopenharmony_ci[oid_sect]
14e1051a39Sopenharmony_cinew-sig-oid = 1.1.1.1.1.1.1.1.1.1.1.1.1.1
15e1051a39Sopenharmony_ci
16e1051a39Sopenharmony_ci[ssl_sect]
17e1051a39Sopenharmony_ci
18e1051a39Sopenharmony_cisystem_default = ssl_default_sect
19e1051a39Sopenharmony_ci
20e1051a39Sopenharmony_ci[ssl_default_sect]
21e1051a39Sopenharmony_ciMaxProtocol = TLSv1.2
22e1051a39Sopenharmony_ciMinProtocol = TLSv1.2
23