aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/swanctl/xauth-rsa/hosts/dave/etc/strongswan.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2016-03-06 12:28:55 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2016-03-06 12:28:55 +0100
commit70ff382e41993dc6ef493c0538bba28d68dbec53 (patch)
tree11f4d87e6bc07ba1195302e591e39154546bb916 /testing/tests/swanctl/xauth-rsa/hosts/dave/etc/strongswan.conf
parent99b794a4cf4945c41c8e827e96af86444107f4ff (diff)
downloadstrongswan-70ff382e41993dc6ef493c0538bba28d68dbec53.tar.bz2
strongswan-70ff382e41993dc6ef493c0538bba28d68dbec53.tar.xz
testing: Added swanctl/xauth-rsa scenario
Diffstat (limited to 'testing/tests/swanctl/xauth-rsa/hosts/dave/etc/strongswan.conf')
-rw-r--r--testing/tests/swanctl/xauth-rsa/hosts/dave/etc/strongswan.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/tests/swanctl/xauth-rsa/hosts/dave/etc/strongswan.conf b/testing/tests/swanctl/xauth-rsa/hosts/dave/etc/strongswan.conf
new file mode 100644
index 000000000..2976558fc
--- /dev/null
+++ b/testing/tests/swanctl/xauth-rsa/hosts/dave/etc/strongswan.conf
@@ -0,0 +1,10 @@
+# /etc/strongswan.conf - strongSwan configuration file
+
+charon {
+ load = random nonce sha1 sha2 aes hmac pem pkcs1 x509 revocation gmp curl xauth-generic kernel-netlink socket-default updown vici
+
+ start-scripts {
+ creds = /usr/local/sbin/swanctl --load-creds
+ conns = /usr/local/sbin/swanctl --load-conns
+ }
+}