]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/ikev2/net2net-dnscert/hosts/sun/etc/strongswan.conf
testing: Fixed pretest script of ikev1/rw-psk-aggressive scenario
[people/ms/strongswan.git] / testing / tests / ikev2 / net2net-dnscert / hosts / sun / 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 hmac curve25519 gmp dnskey pem pkcs1 pubkey unbound dnscert x509 curl kernel-netlink socket-default vici updown
9
10 plugins {
11 dnscert {
12 enable = yes
13 }
14 unbound {
15 trust_anchors = /etc/swanctl/dnssec.keys
16 resolv_conf = /etc/resolv.conf
17 }
18 }
19 }