]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/tests/tnc/tnccs-20-os-pts/hosts/dave/etc/strongswan.conf
testing: Globally define logging via syslog for charon-systemd
[thirdparty/strongswan.git] / testing / tests / tnc / tnccs-20-os-pts / hosts / dave / etc / strongswan.conf
1 # /etc/strongswan.conf - strongSwan configuration file
2
3 charon-systemd {
4 load = random nonce openssl pem pkcs1 revocation curl vici kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-20 updown
5
6 multiple_authentication = no
7 retransmit_tries = 5
8
9 syslog {
10 daemon {
11 tnc = 2
12 imc = 3
13 pts = 3
14 }
15 }
16 plugins {
17 tnc-imc {
18 preferred_language = de
19 }
20 }
21 }
22
23 libtls {
24 suites = TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
25 }
26
27 libimcv {
28 plugins {
29 imc-os {
30 push_info = no
31 }
32 }
33 }