]> git.ipfire.org Git - thirdparty/strongswan.git/blame - testing/tests/tnc/tnccs-20-hcd-eap/hosts/moon/etc/strongswan.conf
testing: Globally define logging via syslog for charon-systemd
[thirdparty/strongswan.git] / testing / tests / tnc / tnccs-20-hcd-eap / hosts / moon / etc / strongswan.conf
CommitLineData
ac28daac
AS
1# /etc/strongswan.conf - strongSwan configuration file
2
13a3f20f 3charon-systemd {
6aa77031 4 load = random nonce aes sha1 sha2 md5 pem pkcs1 gmp hmac x509 revocation curl vici kernel-netlink socket-default eap-identity eap-radius updown
ac28daac 5 multiple_authentication=no
6aa77031 6
ac28daac
AS
7 plugins {
8 eap-radius {
9 secret = gv6URkSs
13a3f20f 10 #server = PH_IP6_ALICE
ac28daac
AS
11 server = PH_IP_ALICE
12 filter_id = yes
13 }
14 }
15}