]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/tests/tnc/tnccs-20-client-retry/hosts/moon/etc/strongswan.conf
testing: Globally define logging via syslog for charon-systemd
[thirdparty/strongswan.git] / testing / tests / tnc / tnccs-20-client-retry / hosts / moon / etc / strongswan.conf
1 # /etc/strongswan.conf - strongSwan configuration file
2
3 charon-systemd {
4 load = random nonce aes sha1 sha2 md5 pem pkcs1 gmp hmac x509 revocation curl vici kernel-netlink socket-default eap-identity eap-ttls eap-md5 eap-tnc tnc-tnccs tnccs-20 tnc-imv updown
5
6 multiple_authentication = no
7
8 syslog {
9 daemon {
10 tnc = 3
11 imv = 2
12 }
13 }
14 plugins {
15 eap-ttls {
16 phase2_method = md5
17 phase2_piggyback = yes
18 phase2_tnc = yes
19 }
20 }
21 }
22
23 libtls {
24 suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
25 }
26
27 libimcv {
28 plugins {
29 imv-test {
30 rounds = 0
31 }
32 imv-scanner {
33 closed_port_policy = yes
34 tcp_ports = 22
35 udp_ports = 500 4500
36 }
37 }
38 }