strongswan.conf 346 B

1234567891011121314151617
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon {
  3. load = random nonce aes sha1 sha2 md5 pem pkcs1 curve25519 gmp x509 curl hmac gcm stroke kernel-netlink socket-default eap-tls updown
  4. multiple_authentication=no
  5. syslog {
  6. daemon {
  7. tls = 2
  8. }
  9. }
  10. plugins {
  11. eap-tls {
  12. max_message_count = 40
  13. }
  14. }
  15. }