summaryrefslogtreecommitdiff
path: root/testing/tests/swanctl/rw-eap-peap-radius/hosts/moon/etc/strongswan.conf
blob: bf614014d47c381776f385909ee0afcfa90ddf81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# /etc/strongswan.conf - strongSwan configuration file

swanctl {
  load = pem pkcs1 x509 revocation constraints pubkey openssl random
}

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

  plugins {
    eap-radius {
      secret = gv6URkSs
      server = PH_IP_ALICE
    }
  }
}