]> git.ipfire.org Git - thirdparty/strongswan.git/blame - testing/tests/swanctl/mult-auth-rsa-eap-sim-id/hosts/carol/etc/swanctl/swanctl.conf
Allow x25519 as an alias of the curve25519 KE algorithm
[thirdparty/strongswan.git] / testing / tests / swanctl / mult-auth-rsa-eap-sim-id / hosts / carol / etc / swanctl / swanctl.conf
CommitLineData
c2523355
AS
1connections {
2
3 home {
4 local_addrs = 192.168.0.100
5 remote_addrs = 192.168.0.1
6
7 local {
8 auth = pubkey
9 certs = carolCert.pem
10 id = carol@strongswan.org
11 }
12 local-eap {
13 auth = eap
14 id = 228060123456001@strongswan.org
15 eap_id = 228060123456001
16 }
17 remote {
18 auth = pubkey
19 id = moon.strongswan.org
20 }
21 children {
22 home {
23 remote_ts = 10.1.0.0/16
24
25 updown = /usr/local/libexec/ipsec/_updown iptables
efc1b984 26 esp_proposals = aes128gcm128-x25519
c2523355
AS
27 }
28 }
29 version = 2
efc1b984 30 proposals = aes128-sha256-x25519
c2523355
AS
31 }
32}