strongswan.conf 375 B

123456789101112131415161718
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon {
  3. load = random nonce aes sha1 sha2 pem pkcs1 gmp x509 curl revocation hmac vici kernel-netlink socket-default updown sqlite sql attr-sql
  4. plugins {
  5. sql {
  6. database = sqlite:///etc/db.d/ipsec.db
  7. }
  8. attr-sql {
  9. database = sqlite:///etc/db.d/ipsec.db
  10. }
  11. }
  12. }
  13. pool {
  14. load = sqlite
  15. }