aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/sql/rw-cert/hosts/moon/etc/strongswan.conf
blob: 7fed45bedd961ea756fdfbc159616a25daf8e4ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# /etc/strongswan.conf - strongSwan configuration file

charon {
  plugins {
    sql {
      database = sqlite:///etc/db.d/ipsec.db
    }
  }
  load = test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 curl revocation hmac stroke kernel-netlink socket-default updown sqlite sql

  integrity_test = yes
}