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