aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-20-nea-pt-tls/hosts/alice/etc/strongswan.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-11-11 16:36:43 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-11-11 16:41:16 +0100
commit13a3f20f2e4555165777beaadd7882520933d4d0 (patch)
treec9a5d0a9adb3c9fcc894f013b45f8d9f40289b14 /testing/tests/tnc/tnccs-20-nea-pt-tls/hosts/alice/etc/strongswan.conf
parent323f0b05d75e828b72a0eb7b8d90bc1dd3823b69 (diff)
downloadstrongswan-13a3f20f2e4555165777beaadd7882520933d4d0.tar.bz2
strongswan-13a3f20f2e4555165777beaadd7882520933d4d0.tar.xz
testing: Converterd tnc to systemd
Diffstat (limited to 'testing/tests/tnc/tnccs-20-nea-pt-tls/hosts/alice/etc/strongswan.conf')
-rw-r--r--testing/tests/tnc/tnccs-20-nea-pt-tls/hosts/alice/etc/strongswan.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/tests/tnc/tnccs-20-nea-pt-tls/hosts/alice/etc/strongswan.conf b/testing/tests/tnc/tnccs-20-nea-pt-tls/hosts/alice/etc/strongswan.conf
index 1148b945a..1b2fd5275 100644
--- a/testing/tests/tnc/tnccs-20-nea-pt-tls/hosts/alice/etc/strongswan.conf
+++ b/testing/tests/tnc/tnccs-20-nea-pt-tls/hosts/alice/etc/strongswan.conf
@@ -1,6 +1,6 @@
# /etc/strongswan.conf - strongSwan configuration file
-charon {
+charon-systemd {
load = random nonce pem pkcs1 x509 openssl revocation constraints curl vici socket-default kernel-netlink tnc-pdp tnc-imv tnc-tnccs tnccs-20 sqlite
syslog {
@@ -44,6 +44,6 @@ libimcv {
}
imv_policy_manager {
- command_allow = ssh root@moon 'logger -t charon -p auth.alert "\"host with IP address %s is allowed\""'
- command_block = ssh root@moon 'logger -t charon -p auth.alert "\"host with IP address %s is blocked\""'
+ command_allow = ssh root@moon 'logger -t charon-systemd -p auth.alert "\"host with IP address %s is allowed\""'
+ command_block = ssh root@moon 'logger -t charon-systemd -p auth.alert "\"host with IP address %s is blocked\""'
}