strongswan.conf 348 B

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