Added fullpath for keys and certs to hopefully make travis work.

This commit is contained in:
Hans Hörberg 2015-06-02 16:54:43 +02:00
parent 337857a51a
commit f90d663564

View File

@ -19,8 +19,8 @@ CONFIG = {
"debug": 1,
"key_file": full_path("test.key"),
"cert_file": full_path("test.pem"),
"encryption_keypairs": [{"key_file": "test_1.key", "cert_file": "test_1.crt"},
{"key_file": "test_2.key", "cert_file": "test_2.crt"}],
"encryption_keypairs": [{"key_file": full_path("test_1.key"), "cert_file": full_path("test_1.crt")},
{"key_file": full_path("test_2.key"), "cert_file": full_path("test_2.crt")}],
"ca_certs": full_path("cacerts.txt"),
"xmlsec_binary": xmlsec_path,
"metadata": [{