aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-20-mutual-eap/hosts/moon/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-mutual-eap/hosts/moon/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-mutual-eap/hosts/moon/etc/strongswan.conf')
-rw-r--r--testing/tests/tnc/tnccs-20-mutual-eap/hosts/moon/etc/strongswan.conf10
1 files changed, 3 insertions, 7 deletions
diff --git a/testing/tests/tnc/tnccs-20-mutual-eap/hosts/moon/etc/strongswan.conf b/testing/tests/tnc/tnccs-20-mutual-eap/hosts/moon/etc/strongswan.conf
index 1212e2356..ab776fe8c 100644
--- a/testing/tests/tnc/tnccs-20-mutual-eap/hosts/moon/etc/strongswan.conf
+++ b/testing/tests/tnc/tnccs-20-mutual-eap/hosts/moon/etc/strongswan.conf
@@ -1,20 +1,16 @@
# /etc/strongswan.conf - strongSwan configuration file
-charon {
+charon-systemd {
load = random nonce x509 openssl pem pkcs1 revocation curl vici kernel-netlink socket-default eap-identity eap-ttls eap-tnc tnc-tnccs tnc-imc tnc-imv tnccs-20 updown
multiple_authentication = no
- start-scripts {
- creds = /usr/local/sbin/swanctl --load-creds
- conns = /usr/local/sbin/swanctl --load-conns
- }
syslog {
auth {
default = 0
}
daemon {
- tnc = 2
+ tnc = 2
imc = 2
imv = 2
}
@@ -40,6 +36,6 @@ libimcv {
}
imv-test {
rounds = 1
- }
+ }
}
}