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 botan x509 curl vici kernel-netlink socket-default updown
multiple_authentication = no
swanctl {
load = pem pkcs7 pkcs8 pkcs12 botan x509 revocation constraints
}
charon-systemd {
load = pem nonce botan x509 revocation constraints curl vici kernel-netlink socket-default updown
}
@@ -1,6 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = pem nonce revocation botan x509 curl vici kernel-netlink socket-default updown
multiple_authentication = no
swanctl {
load = pem pkcs7 pkcs8 pkcs12 botan x509 revocation constraints
}
charon-systemd {
load = pem nonce botan x509 revocation constraints curl vici kernel-netlink socket-default updown
}