strongswan.conf 668 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. tnccs-20 {
  18. tests {
  19. pb_tnc_version = 3
  20. }
  21. }
  22. }
  23. }
  24. libtls {
  25. suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
  26. }
  27. libimcv {
  28. plugins {
  29. imv-test {
  30. rounds = 1
  31. }
  32. }
  33. }