]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/tests/ikev2/rw-eap-peap-mschapv2/hosts/moon/etc/strongswan.conf
bffec3d01879eb4654b77ef2ac92dceebed2a27f
[thirdparty/strongswan.git] / testing / tests / ikev2 / rw-eap-peap-mschapv2 / hosts / moon / etc / strongswan.conf
1 # /etc/strongswan.conf - strongSwan configuration file
2
3 swanctl {
4 load = pem pkcs1 x509 revocation constraints pubkey openssl random
5 }
6
7 charon-systemd {
8 load = random nonce aes des md4 md5 sha1 sha2 pem pkcs1 curve25519 mgf1 gmp x509 curl revocation hmac kdf gcm vici kernel-netlink socket-default eap-identity eap-mschapv2 eap-peap updown
9
10 multiple_authentication=no
11 syslog {
12 daemon {
13 tls = 2
14 }
15 }
16 plugins {
17 eap-peap {
18 phase2_method = mschapv2
19 }
20 }
21 }
22
23 libtls {
24 version_max = 1.3
25 }