testing: Minimum required plugins for net2net-pkcs12 scenarios

This commit is contained in:
Andreas Steffen
2021-10-22 11:39:20 +02:00
parent 8c48de739d
commit 9c7288d6f1
6 changed files with 28 additions and 16 deletions
@@ -1,6 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = pem nonce revocation openssl curl vici kernel-netlink socket-default updown
multiple_authentication = no
swanctl {
load = pem openssl
}
charon-systemd {
load = pem nonce openssl curl vici kernel-netlink socket-default updown
}
@@ -1,6 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = pem nonce revocation openssl curl vici kernel-netlink socket-default updown
multiple_authentication = no
swanctl {
load = pem openssl
}
charon-systemd {
load = pem nonce openssl curl vici kernel-netlink socket-default updown
}