]> git.ipfire.org Git - thirdparty/strongswan.git/blame - testing/tests/tnc/tnccs-20-block/hosts/dave/etc/strongswan.conf
testing: Globally define logging via syslog for charon-systemd
[thirdparty/strongswan.git] / testing / tests / tnc / tnccs-20-block / hosts / dave / etc / strongswan.conf
CommitLineData
ea7c8b38
AS
1# /etc/strongswan.conf - strongSwan configuration file
2
13a3f20f 3charon-systemd {
6aa77031 4 load = random nonce aes sha1 sha2 md5 pem pkcs1 gmp hmac x509 revocation curl vici kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-20 updown
8d590903 5
ea7c8b38 6 multiple_authentication=no
8d590903 7
6aa77031 8 syslog {
6aa77031
AS
9 daemon {
10 tnc = 3
11 imc = 3
12 }
13 }
ea7c8b38 14 plugins {
458e7779
AS
15 tnc-imc {
16 preferred_language = ru, fr, en
ea7c8b38
AS
17 }
18 }
19}
b1f1e5e5 20
6aa77031
AS
21libtls {
22 suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
23}
24
b1f1e5e5
AS
25libimcv {
26 plugins {
27 imc-scanner {
28 push_info = no
29 }
30 }
31}