strongswan.conf 598 B

123456789101112131415161718192021222324252627282930313233
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon-systemd {
  3. load = random nonce aes sha1 sha2 md5 pem pkcs1 gmp hmac x509 revocation curl vici kernel-netlink socket-default eap-identity eap-ttls eap-md5 eap-tnc tnc-imv tnc-tnccs tnccs-20 updown
  4. multiple_authentication = no
  5. syslog {
  6. daemon {
  7. tnc = 3
  8. imv = 3
  9. }
  10. }
  11. plugins {
  12. eap-ttls {
  13. phase2_method = md5
  14. phase2_piggyback = yes
  15. phase2_tnc = yes
  16. }
  17. }
  18. }
  19. libtls {
  20. suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
  21. }
  22. libimcv {
  23. plugins {
  24. imv-test {
  25. rounds = 1
  26. }
  27. }
  28. }