summaryrefslogtreecommitdiff
path: root/testing/tests/ikev2/rw-eap-ttls-phase2-piggyback/hosts/moon/etc/strongswan.conf
blob: c730346a6c5c14b05619fc7cea0abf40178598c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# /etc/strongswan.conf - strongSwan configuration file

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