strongswan.conf 323 B

123456789101112131415
  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-netlink socket-default updown sqlite attr-sql
  4. plugins {
  5. attr-sql {
  6. database = sqlite:///etc/db.d/ipsec.db
  7. }
  8. }
  9. }
  10. pool {
  11. load = sqlite
  12. }