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