diff options
Diffstat (limited to 'testing/tests/swanctl/crl-to-cache/hosts/moon/etc/swanctl/swanctl.conf')
-rwxr-xr-x | testing/tests/swanctl/crl-to-cache/hosts/moon/etc/swanctl/swanctl.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/tests/swanctl/crl-to-cache/hosts/moon/etc/swanctl/swanctl.conf b/testing/tests/swanctl/crl-to-cache/hosts/moon/etc/swanctl/swanctl.conf new file mode 100755 index 000000000..47dd36684 --- /dev/null +++ b/testing/tests/swanctl/crl-to-cache/hosts/moon/etc/swanctl/swanctl.conf @@ -0,0 +1,21 @@ +connections { + + rw { + local_addrs = 192.168.0.1 + + local { + auth = pubkey + certs = moonCert.pem + id = moon.strongswan.org + } + remote { + auth = pubkey + } + children { + net { + local_ts = 10.1.0.0/16 + } + } + version = 2 + } +} |