For documentation purposes the new folders ikev1-algs, ikev2-algs, ikev1-multi-ca and ikev2-multi-ca have been created. Most of the test cases have now been converted to the vici interface. The remaining legacy stroke scenarios yet to be converted have been put into the ikev2-stroke-bye folder. For documentation purposes some legacy stroke scenarios will be kept in the ikev1-stroke, ikev2-stroke and ipv6-stroke folders.
16 lines
381 B
Plaintext
16 lines
381 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon {
|
|
load = random nonce aes sha1 sha2 hmac curve25519 gmp dnskey pem pkcs1 pubkey unbound dnscert x509 curl kernel-netlink socket-default stroke updown
|
|
|
|
plugins {
|
|
dnscert {
|
|
enable = yes
|
|
}
|
|
unbound {
|
|
# trust_anchors = /etc/ipsec.d/dnssec.keys
|
|
# resolv_conf = /etc/resolv.conf
|
|
}
|
|
}
|
|
}
|