]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/tests/swanctl/rw-dnssec/hosts/carol/etc/strongswan.conf
testing: Globally define logging via syslog for charon-systemd
[thirdparty/strongswan.git] / testing / tests / swanctl / rw-dnssec / hosts / carol / etc / strongswan.conf
1 # /etc/strongswan.conf - strongSwan configuration file
2
3 charon-systemd {
4 load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp dnskey pubkey unbound ipseckey hmac vici kernel-netlink socket-default updown resolve
5
6 plugins {
7 ipseckey {
8 enable = yes
9 }
10 unbound {
11 trust_anchors = /etc/swanctl/dnssec.keys
12 }
13 }
14 }