Skip to content

Commit f90d663

Browse files
author
Hans Hörberg
committed
Added fullpath for keys and certs to hopefully make travis work.
1 parent 337857a commit f90d663

File tree

1 file changed

+2
-2
lines changed

1 file 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": "test_1.key", "cert_file": "test_1.crt"},
23-
{"key_file": "test_2.key", "cert_file": "test_2.crt"}],
22+
"encryption_keypairs": [{"key_file": full_path("test_1.key"), "cert_file": full_path("test_1.crt")},
23+
{"key_file": full_path("test_2.key"), "cert_file": full_path("test_2.crt")}],
2424
"ca_certs": full_path("cacerts.txt"),
2525
"xmlsec_binary": xmlsec_path,
2626
"metadata": [{

0 commit comments

Comments
 (0)