]> git.ipfire.org Git - thirdparty/strongswan.git/blame - testing/tests/tnc/tnccs-20-mutual-eap-fail/hosts/sun/etc/strongswan.conf
testing: Globally define logging via syslog for charon-systemd
[thirdparty/strongswan.git] / testing / tests / tnc / tnccs-20-mutual-eap-fail / hosts / sun / etc / strongswan.conf
CommitLineData
4d83c5b4
AS
1# /etc/strongswan.conf - strongSwan configuration file
2
13a3f20f 3charon-systemd {
4d83c5b4
AS
4 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
5
6 multiple_authentication = no
13a3f20f 7
4d83c5b4 8 syslog {
4d83c5b4 9 daemon {
13a3f20f 10 tnc = 2
4d83c5b4
AS
11 imc = 2
12 imv = 2
13 }
14 }
15 plugins {
16 eap-ttls {
17 request_peer_auth = yes
18 phase2_piggyback = yes
19 phase2_tnc =yes
20 }
21 tnccs-20 {
22 mutual = yes
23 }
24 }
25}
26
27libtls {
28 suites = TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
29}
30
31libimcv {
32 plugins {
33 imc-test {
13a3f20f 34 command = none
4d83c5b4
AS
35 }
36 imv-test {
13a3f20f
AS
37 rounds = 1
38 }
4d83c5b4
AS
39 }
40}