sysdefault.cnf 401 B

12345678910111213141516171819202122
  1. # Configuration file to test system default SSL configuration
  2. # Comment out the next line to ignore configuration errors
  3. config_diagnostics = 1
  4. openssl_conf = default_conf
  5. [ default_conf ]
  6. ssl_conf = ssl_sect
  7. oid_section = oid_sect
  8. [oid_sect]
  9. new-sig-oid = 1.1.1.1.1.1.1.1.1.1.1.1.1.1
  10. [ssl_sect]
  11. system_default = ssl_default_sect
  12. [ssl_default_sect]
  13. MaxProtocol = TLSv1.2
  14. MinProtocol = TLSv1.2