strongswan.conf 513 B

123456789101112131415161718192021222324252627
  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-tnccs tnc-imc tnccs-20 updown
  4. multiple_authentication = no
  5. syslog {
  6. daemon {
  7. tnc = 3
  8. imc = 3
  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 = allow
  19. additional_ids = 2
  20. }
  21. }
  22. }