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

charon {
  load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink fips-prf eapradius updown
  plugins {
    eap_radius {
      secret = gv6URkSs 
      server = PH_IP_ALICE
    }
  }
}