strongswan.conf 635 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. syslog {
  6. daemon {
  7. tnc = 3
  8. imc = 3
  9. }
  10. }
  11. plugins {
  12. tnc-imc {
  13. preferred_language = ru, pl , de
  14. }
  15. }
  16. }
  17. libtls {
  18. suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
  19. }
  20. libimcv {
  21. plugins {
  22. imc-test {
  23. command = isolate
  24. additional_ids = 1
  25. }
  26. imc-scanner {
  27. push_info = no
  28. }
  29. }
  30. }