JuanDeLemos

strongswan.conf - strongSwan configuration file

Jun 6th, 2017
24,838
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # strongswan.conf - strongSwan configuration file
  2. starter {
  3. load_warning = no
  4. }
  5. charon {
  6.  
  7. # number of worker threads in charon
  8. threads = 16
  9.  
  10. # send strongswan vendor ID?
  11. # send_vendor_id = yes
  12. load=eap-mschapv2 charon aes des sha1 sha2 md5 random nonce x509 revocation constraints pubkey pkcs1 pkcs8 pgp dnskey pem fips-prf gmp xcbc cmac hmac attr kernel-netlink resolve socket-default stroke updown xauth-generic
  13. plugins {
  14.  
  15. sql {
  16. # loglevel to log into sql database
  17. loglevel = -1
  18.  
  19. # URI to the database
  20. # database = sqlite:///path/to/file.db
  21. # database = mysql://user:password@localhost/database
  22. }
  23. }
  24.  
  25. # ...
  26. }
  27.  
  28. pluto {
  29.  
  30. }
  31.  
  32. libstrongswan {
  33.  
  34. # set to no, the DH exponent size is optimized
  35. # dh_exponent_ansi_x9_42 = no
  36. }
Add Comment
Please, Sign In to add comment