aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2015-05-30 16:56:41 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2015-05-30 16:56:41 +0200
commitb8399a2edc291a04bab7de59d1b5750f42fd8d5f (patch)
tree374d20c409325d0f30c95037367d50295153424b /testing
parent1047d44b5793d08772e93bd85e16e9994c1d746d (diff)
downloadstrongswan-b8399a2edc291a04bab7de59d1b5750f42fd8d5f.tar.bz2
strongswan-b8399a2edc291a04bab7de59d1b5750f42fd8d5f.tar.xz
testing: use a decent PSK
Diffstat (limited to 'testing')
-rw-r--r--testing/tests/ha/active-passive/hosts/alice/etc/strongswan.conf2
-rw-r--r--testing/tests/ha/active-passive/hosts/moon/etc/strongswan.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/ha/active-passive/hosts/alice/etc/strongswan.conf b/testing/tests/ha/active-passive/hosts/alice/etc/strongswan.conf
index 335953d89..d6d453948 100644
--- a/testing/tests/ha/active-passive/hosts/alice/etc/strongswan.conf
+++ b/testing/tests/ha/active-passive/hosts/alice/etc/strongswan.conf
@@ -6,7 +6,7 @@ charon {
ha {
local = PH_IP_ALICE
remote = PH_IP_MOON1
- secret = 123456
+ secret = PliyxREnfoPaSXDJx1NrlH0kkKXT/LWZ
segment_count = 1
fifo_interface = yes
monitor = yes
diff --git a/testing/tests/ha/active-passive/hosts/moon/etc/strongswan.conf b/testing/tests/ha/active-passive/hosts/moon/etc/strongswan.conf
index bb0379bb1..198f3a01d 100644
--- a/testing/tests/ha/active-passive/hosts/moon/etc/strongswan.conf
+++ b/testing/tests/ha/active-passive/hosts/moon/etc/strongswan.conf
@@ -6,7 +6,7 @@ charon {
ha {
local = PH_IP_MOON1
remote = PH_IP_ALICE
- secret = 123456
+ secret = PliyxREnfoPaSXDJx1NrlH0kkKXT/LWZ
segment_count = 1
fifo_interface = yes
monitor = yes