]> git.ipfire.org Git - thirdparty/strongswan.git/blame - testing/tests/ikev2/rw-eap-ttls-radius/hosts/moon/etc/strongswan.conf
testing: Migrated ikev2 scenarios to new default plugins
[thirdparty/strongswan.git] / testing / tests / ikev2 / rw-eap-ttls-radius / hosts / moon / etc / strongswan.conf
CommitLineData
e8f971ee
AS
1# /etc/strongswan.conf - strongSwan configuration file
2
7c5a2974 3swanctl {
67874065 4 load = pem pkcs1 revocation constraints pubkey openssl random
7c5a2974
AS
5}
6
7charon-systemd {
67874065 8 load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default eap-radius updown
99c03e9a 9
e8f971ee
AS
10 plugins {
11 eap-radius {
7c5a2974 12 secret = gv6URkSs
e8f971ee
AS
13 server = PH_IP_ALICE
14 }
15 }
16}