2
0

sysdefault.cnf 440 B

1234567891011121314151617181920212223
  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. SignatureAlgorithms = RSA+SHA256:nonex
  14. MaxProtocol = TLSv1.2
  15. MinProtocol = TLSv1.2