]> git.ipfire.org Git - thirdparty/strongswan.git/blame - testing/tests/tnc/tnccs-20-fhh/hosts/carol/etc/strongswan.conf
testing: Globally define logging via syslog for charon-systemd
[thirdparty/strongswan.git] / testing / tests / tnc / tnccs-20-fhh / hosts / carol / etc / strongswan.conf
CommitLineData
61420db6
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
AS
5
6 multiple_authentication = no
6aa77031 7
6aa77031 8 syslog {
6aa77031
AS
9 daemon {
10 tnc = 3
13a3f20f 11 imc = 2
6aa77031
AS
12 }
13 }
14}
15
16libtls {
17 suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
61420db6 18}