diff options
Diffstat (limited to 'testing/tests/tnc/tnccs-11-supplicant/hosts/alice/etc/strongswan.conf')
-rw-r--r-- | testing/tests/tnc/tnccs-11-supplicant/hosts/alice/etc/strongswan.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/tests/tnc/tnccs-11-supplicant/hosts/alice/etc/strongswan.conf b/testing/tests/tnc/tnccs-11-supplicant/hosts/alice/etc/strongswan.conf new file mode 100644 index 000000000..45050f7e1 --- /dev/null +++ b/testing/tests/tnc/tnccs-11-supplicant/hosts/alice/etc/strongswan.conf @@ -0,0 +1,11 @@ +# /etc/strongswan.conf - strongSwan configuration file + +libimcv { + debug_level = 3 + assessment_result = no + plugins { + imv-test { + rounds = 1 + } + } +} |