aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/swanctl/ocsp-signer-cert/hosts/carol/etc/swanctl/swanctl.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-01-02 14:08:21 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-01-02 14:34:18 +0100
commitdb0953d41fee94ffd578a73e35968aa0f18001fa (patch)
treebefc6924bc967fdfb05eec947b31c2a2c5ee2338 /testing/tests/swanctl/ocsp-signer-cert/hosts/carol/etc/swanctl/swanctl.conf
parente3f63c646914a24355eb63b7873123312549b7a4 (diff)
downloadstrongswan-db0953d41fee94ffd578a73e35968aa0f18001fa.tar.bz2
strongswan-db0953d41fee94ffd578a73e35968aa0f18001fa.tar.xz
testing: Added swanctl/ocsp-signer-cert scenario
Diffstat (limited to 'testing/tests/swanctl/ocsp-signer-cert/hosts/carol/etc/swanctl/swanctl.conf')
-rw-r--r--testing/tests/swanctl/ocsp-signer-cert/hosts/carol/etc/swanctl/swanctl.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/testing/tests/swanctl/ocsp-signer-cert/hosts/carol/etc/swanctl/swanctl.conf b/testing/tests/swanctl/ocsp-signer-cert/hosts/carol/etc/swanctl/swanctl.conf
new file mode 100644
index 000000000..4b19e9384
--- /dev/null
+++ b/testing/tests/swanctl/ocsp-signer-cert/hosts/carol/etc/swanctl/swanctl.conf
@@ -0,0 +1,35 @@
+connections {
+
+ home {
+ local_addrs = 192.168.0.100
+ remote_addrs = 192.168.0.1
+
+ local {
+ auth = pubkey
+ certs = carolCert.pem
+ id = carol@strongswan.org
+ }
+ remote {
+ auth = pubkey
+ id = moon.strongswan.org
+ revocation = strict
+ }
+ children {
+ home {
+ remote_ts = 10.1.0.0/16
+
+ esp_proposals = aes128gcm128-curve25519
+ }
+ }
+ version = 2
+ proposals = aes128-sha256-curve25519
+ }
+}
+
+authorities {
+
+ strongswan {
+ cacert = strongswanCert.pem
+ ocsp_uris = http://ocsp.strongswan.org:8880
+ }
+}