strongswan.conf 388 B

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