strongswan.conf 352 B

123456789101112
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon {
  3. load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac stroke kernel-pfkey kernel-netlink socket-default updown
  4. # remove rekeyed inbound SA a bit quicker for the test scenario
  5. delete_rekeyed_delay = 2
  6. syslog {
  7. daemon {
  8. knl = 2
  9. }
  10. }
  11. }