]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/tests/sql/rw-cert/hosts/carol/etc/strongswan.conf
testing: Globally define logging via syslog for charon-systemd
[thirdparty/strongswan.git] / testing / tests / sql / rw-cert / hosts / carol / etc / strongswan.conf
1 # /etc/strongswan.conf - strongSwan configuration file
2
3 charon {
4 plugins {
5 sql {
6 database = sqlite:///etc/db.d/ipsec.db
7 }
8 }
9 load = test-vectors random nonce aes sha1 sha2 pem pkcs1 gmp x509 curl revocation hmac vici kernel-netlink socket-default updown sqlite sql
10
11 integrity_test = yes
12 crypto_test {
13 on_add = yes
14 }
15 }