Skip to content

Commit 337857a

Browse files
author
Hans Hörberg
committed
Moved the keys and certs to make travis work.
1 parent cddf80f commit 337857a

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

tests/server_conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"debug": 1,
2020
"key_file": full_path("test.key"),
2121
"cert_file": full_path("test.pem"),
22-
"encryption_keypairs": [{"key_file": "pki/test_1.key", "cert_file": "pki/test_1.crt"},
23-
{"key_file": "pki/test_2.key", "cert_file": "pki/test_2.crt"}],
22+
"encryption_keypairs": [{"key_file": "test_1.key", "cert_file": "test_1.crt"},
23+
{"key_file": "test_2.key", "cert_file": "test_2.crt"}],
2424
"ca_certs": full_path("cacerts.txt"),
2525
"xmlsec_binary": xmlsec_path,
2626
"metadata": [{
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)