diff options
Diffstat (limited to 'testing/tests/tnc/tnccs-11-radius-pts/hosts/alice/etc/strongswan.conf')
-rw-r--r-- | testing/tests/tnc/tnccs-11-radius-pts/hosts/alice/etc/strongswan.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/tests/tnc/tnccs-11-radius-pts/hosts/alice/etc/strongswan.conf b/testing/tests/tnc/tnccs-11-radius-pts/hosts/alice/etc/strongswan.conf new file mode 100644 index 000000000..23f840f69 --- /dev/null +++ b/testing/tests/tnc/tnccs-11-radius-pts/hosts/alice/etc/strongswan.conf @@ -0,0 +1,13 @@ +# /etc/strongswan.conf - strongSwan configuration file + +libimcv { + load = random nonce openssl pubkey sqlite + debug_level = 3 + database = sqlite:///etc/pts/config.db + policy_script = ipsec imv_policy_manager + assessment_result = no +} + +attest { + database = sqlite:///etc/pts/config.db +} |