aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-20-hcd-eap/hosts/moon/etc/strongswan.conf
blob: 08e5e38e54f4266f1495e0c6168b3e6b7160563e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# /etc/strongswan.conf - strongSwan configuration file

charon-systemd {
  load = random nonce aes sha1 sha2 md5 pem pkcs1 gmp hmac x509 revocation curl vici kernel-netlink socket-default eap-identity eap-radius updown
  multiple_authentication=no

  plugins {
    eap-radius {
      secret = gv6URkSs
      #server = PH_IP6_ALICE
      server = PH_IP_ALICE
      filter_id = yes
    }
  }
}