strongswan.conf 619 B

1234567891011121314151617181920212223242526272829303132333435
  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-md5 eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-20 updown
  4. multiple_authentication=no
  5. integrity_test = yes
  6. syslog {
  7. daemon {
  8. tnc = 3
  9. imc = 3
  10. }
  11. }
  12. plugins {
  13. eap-tnc {
  14. protocol = tnccs-2.0
  15. }
  16. }
  17. }
  18. libtls {
  19. suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
  20. }
  21. libimcv {
  22. plugins {
  23. imc-test {
  24. command = isolate
  25. }
  26. imc-scanner {
  27. push_info = no
  28. }
  29. }
  30. }