aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ipv6/host2host-ikev1/hosts/sun/etc/swanctl/swanctl.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-10-17 11:44:17 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-11-10 11:49:39 +0100
commit087b027f88799a73f63d975a90c482e1a708e58c (patch)
treeae8af924c705fb2c213b0acc2de93b955bfe4cb8 /testing/tests/ipv6/host2host-ikev1/hosts/sun/etc/swanctl/swanctl.conf
parent0a6f8644ef4a88755fcd92225a6e6519a5e6b6dc (diff)
downloadstrongswan-087b027f88799a73f63d975a90c482e1a708e58c.tar.bz2
strongswan-087b027f88799a73f63d975a90c482e1a708e58c.tar.xz
testing: Converted ipv6/host2host-ikev1 to swanctl
Diffstat (limited to 'testing/tests/ipv6/host2host-ikev1/hosts/sun/etc/swanctl/swanctl.conf')
-rw-r--r--testing/tests/ipv6/host2host-ikev1/hosts/sun/etc/swanctl/swanctl.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/tests/ipv6/host2host-ikev1/hosts/sun/etc/swanctl/swanctl.conf b/testing/tests/ipv6/host2host-ikev1/hosts/sun/etc/swanctl/swanctl.conf
new file mode 100644
index 000000000..585e32489
--- /dev/null
+++ b/testing/tests/ipv6/host2host-ikev1/hosts/sun/etc/swanctl/swanctl.conf
@@ -0,0 +1,32 @@
+connections {
+
+ host-host {
+ local_addrs = fec0::2
+ remote_addrs = fec0::1
+
+ local {
+ auth = pubkey
+ certs = sunCert.pem
+ id = sun.strongswan.org
+ }
+ remote {
+ auth = pubkey
+ id = moon.strongswan.org
+ }
+ children {
+ host-host {
+ updown = /usr/local/libexec/ipsec/_updown iptables
+ esp_proposals = aes128-sha256-x25519
+ }
+ }
+ version = 1
+ proposals = aes128-sha256-x25519
+ }
+}
+
+authorities {
+ strongswan {
+ cacert = strongswanCert.pem
+ crl_uris = http://ip6-winnetou.strongswan.org/strongswan.crl
+ }
+}