aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-20-pdp-eap/hosts/moon/etc/strongswan.conf
blob: bcf316622bb187229b34b4a9218c32adfafeeb0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# /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
    }
  }
}