strongswan.conf 535 B

1234567891011121314151617181920212223242526272829
  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. syslog {
  6. daemon {
  7. tnc = 2
  8. imc = 2
  9. }
  10. }
  11. }
  12. libtls {
  13. suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
  14. }
  15. libimcv {
  16. plugins {
  17. imc-test {
  18. command = isolate
  19. }
  20. imc-scanner {
  21. push_info = no
  22. }
  23. }
  24. }