aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-10-12 14:29:48 +0200
committervarac <varacanero@zeromail.org>2012-10-12 14:29:48 +0200
commit0580b8e57531e984606b22ee77e862aa13e263ac (patch)
tree5f12cac76f743fbc01ef38238398150a0a84a87c /test
parentcde5fc17fe235405703c67184c81d85643b257a2 (diff)
downloadleap_cli-0580b8e57531e984606b22ee77e862aa13e263ac.tar.gz
leap_cli-0580b8e57531e984606b22ee77e862aa13e263ac.tar.bz2
added dh.key
Diffstat (limited to 'test')
-rw-r--r--test/provider/files/ca/dh.key9
-rw-r--r--test/provider/services/openvpn.json1
2 files changed, 10 insertions, 0 deletions
diff --git a/test/provider/files/ca/dh.key b/test/provider/files/ca/dh.key
new file mode 100644
index 0000000..190e39e
--- /dev/null
+++ b/test/provider/files/ca/dh.key
@@ -0,0 +1,9 @@
+-----BEGIN DH PARAMETERS-----
+MIIBOAKCATEAuk7D6dsadjJpiW97APv/cjqYBEMCfGIaQMCfaB42VBw3Bk0yfgpA
+ItvhY6gJHK+LIXlQLuOgfCFu7N4Ny0wP9lMi4Q2de2t9uyabzYRFnK+42WA5LKag
+57xErne+RgIgmGpwKkRAa8BGmghy+wKg2/Tmsw+EMOHqQL5TtnDbcNuNKDHyahST
+sw0Chew1esitR+KgY6MJJFdyV3/sGQaGa1Y2vw2rn9a+6HWGZLmzcUcYNwMCIqTL
+h9gFk2JvnDs1cO+dsN/XDV8BjsEtnarXB6OOVgQzclfcGuqM2/9mVfeEQiowYqMk
+ot9gDeUZVwDqmqh2+sG9q83BEp+AsnQIIerju8URmgIXYTJw7i6IX2vXKqUm96za
+IBeGmS71ZSsmgABITDbYenqnvw2A938bEwIBBQ==
+-----END DH PARAMETERS-----
diff --git a/test/provider/services/openvpn.json b/test/provider/services/openvpn.json
index e7e8150..86d6c14 100644
--- a/test/provider/services/openvpn.json
+++ b/test/provider/services/openvpn.json
@@ -5,6 +5,7 @@
"nat": true,
"ca_crt": "= file 'ca/ca.crt'",
"ca_key": "= file 'ca/ca.key'",
+ "dh_key": "= file 'ca/dh.key'",
"server_crt": "= file domain.name + '.crt'",
"server_key": "= file domain.name + '.key'"
},