Moved the keys and certs to make travis work.

This commit is contained in:
Hans Hörberg 2015-06-02 16:33:15 +02:00
parent cddf80f4c0
commit 337857a51a
5 changed files with 2 additions and 2 deletions

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": "pki/test_1.key", "cert_file": "pki/test_1.crt"},
{"key_file": "pki/test_2.key", "cert_file": "pki/test_2.crt"}],
"encryption_keypairs": [{"key_file": "test_1.key", "cert_file": "test_1.crt"},
{"key_file": "test_2.key", "cert_file": "test_2.crt"}],
"ca_certs": full_path("cacerts.txt"),
"xmlsec_binary": xmlsec_path,
"metadata": [{