testing: Add ikev2/net2net-dnscert scenario

This commit is contained in:
Tobias Brunner
2013-10-11 15:45:42 +02:00
parent a4d6a5a359
commit ca28e13fe8
15 changed files with 224 additions and 0 deletions
@@ -0,0 +1,20 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = sha1 sha2 md5 aes des hmac gmp dnskey pem pkcs1 pubkey unbound dnscert random nonce x509 curl kernel-netlink socket-default stroke updown
plugins {
dnscert {
enable = yes
}
}
}
libstrongswan {
plugins {
unbound {
# trust_anchors = /etc/ipsec.d/dnssec.keys
# resolv_conf = /etc/resolv.conf
}
}
}