aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ikev2/rw-eap-peap-mschapv2/hosts/moon/etc/strongswan.conf
blob: e8f76d4435c3735d4147ed134ed34c17e518debf (plain)
1
2
3
4
5
6
7
8
9
10
11
# /etc/strongswan.conf - strongSwan configuration file

charon {
  load = random nonce aes des sha1 sha2 md4 md5 pem pkcs1 curve25519 gmp x509 curl revocation hmac stroke kernel-netlink socket-default eap-identity eap-mschapv2 eap-peap updown
  multiple_authentication=no
  plugins {
    eap-peap {
      phase2_method = mschapv2
   }
 }
}