Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <module name="ssl_openssl">
  2.  
  3. <bind
  4. address=""
  5. port="6697"
  6. type="clients"
  7. ssl="openssl">
  8.  
  9. <sslprofile name="clients"
  10. provider="openssl"
  11. certfile="cert.pem"
  12. ciphers="DEFAULT"
  13. compression="no"
  14. dhfile="ssl-dhparams.pem"
  15. ecdhcurve="prime256v1"
  16. hash="sha256"
  17. keyfile="key.pem"
  18. renegotiation="no"
  19. requestclientcert="no"
  20. tlsv1="no">
  21.  
  22. <bind address="" port="7000" type="servers">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement