strongswan.conf 387 B

12345678910111213
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. swanctl {
  3. load = random pem pkcs1 sha1 sha3 gmp x509 revocation constraints pubkey
  4. }
  5. charon-systemd {
  6. load = random nonce md5 sha1 sha2 sha3 aes hmac pem pkcs1 x509 revocation constraints pubkey curve25519 gmp curl eap-tls kernel-netlink socket-default updown vici
  7. }
  8. libtls {
  9. suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
  10. }