strongswan.conf 559 B

123456789101112131415161718192021222324252627282930
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon-systemd {
  3. load = random nonce aes sha1 sha2 md5 gmp hmac pem pkcs1 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. pts = 3
  10. }
  11. }
  12. }
  13. libtls {
  14. suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
  15. }
  16. libimcv {
  17. plugins {
  18. imc-os {
  19. push_info = yes
  20. }
  21. imc-attestation {
  22. mandatory_dh_groups = no
  23. }
  24. }
  25. }