strongswan.conf 451 B

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