]> git.ipfire.org Git - people/ms/strongswan.git/blame - testing/tests/ikev2/rw-eap-md5-class-radius/hosts/moon/etc/strongswan.conf
testing: Migrate ikev2-stroke-bye scenarios to vici
[people/ms/strongswan.git] / testing / tests / ikev2 / rw-eap-md5-class-radius / hosts / moon / etc / strongswan.conf
CommitLineData
0b6c43f0
AS
1# /etc/strongswan.conf - strongSwan configuration file
2
eba26225
AS
3swanctl {
4 load = pem pkcs1 x509 revocation constraints pubkey openssl random
5}
6
7charon-systemd {
8 load = random nonce aes sha1 sha2 md5 pem pkcs1 curve25519 gmp x509 curl revocation hmac vici kernel-netlink socket-default eap-identity eap-radius updown
99c03e9a 9
0b6c43f0
AS
10 plugins {
11 eap-radius {
12 class_group = yes
13 secret = gv6URkSs
14 server = PH_IP_ALICE
15 }
16 }
17}