diff options
Diffstat (limited to 'testing/tests/botan/rw-modp3072/hosts/moon/etc/strongswan.conf')
-rwxr-xr-x | testing/tests/botan/rw-modp3072/hosts/moon/etc/strongswan.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/tests/botan/rw-modp3072/hosts/moon/etc/strongswan.conf b/testing/tests/botan/rw-modp3072/hosts/moon/etc/strongswan.conf new file mode 100755 index 000000000..29b16f107 --- /dev/null +++ b/testing/tests/botan/rw-modp3072/hosts/moon/etc/strongswan.conf @@ -0,0 +1,11 @@ +# /etc/strongswan.conf - strongSwan configuration file + +swanctl { + load = pem botan x509 revocation constraints pubkey +} + +charon-systemd { + load = nonce test-vectors botan pem x509 revocation constraints pubkey curl kernel-netlink socket-default updown vici + + rsa_pss = yes +} |