]> git.ipfire.org Git - thirdparty/strongswan.git/blame - testing/tests/ikev2/rw-eap-tls-only/hosts/moon/etc/strongswan.conf
testing: Migrated ikev2 scenarios to new default plugins
[thirdparty/strongswan.git] / testing / tests / ikev2 / rw-eap-tls-only / hosts / moon / etc / strongswan.conf
CommitLineData
f8bb082f
AS
1# /etc/strongswan.conf - strongSwan configuration file
2
7c5a2974 3swanctl {
67874065 4 load = pem pkcs1 revocation constraints pubkey openssl random
7c5a2974
AS
5}
6
7charon-systemd {
67874065 8 load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default eap-tls updown
96e3142c 9
f8bb082f 10 multiple_authentication=no
ce4aebe0
TB
11 syslog {
12 daemon {
13 tls = 2
14 }
15 }
f8bb082f 16}
96e3142c
AS
17
18libtls {
edd3c797
AS
19 version_max = 1.3
20 suites = TLS_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
96e3142c 21}