strongswan.conf 675 B

12345678910111213141516171819202122232425262728293031323334353637
  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-tnccs tnccs-11 tnc-imv 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. phase2_tnc_method = tnc
  17. }
  18. eap-tnc {
  19. protocol = tnccs-1.1
  20. }
  21. }
  22. }
  23. libtls {
  24. suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
  25. }
  26. libimcv {
  27. plugins {
  28. imv-test {
  29. rounds = 1
  30. }
  31. }
  32. }