Moved the keys and certs to make travis work.
This commit is contained in:
@@ -19,8 +19,8 @@ CONFIG = {
|
|||||||
"debug": 1,
|
"debug": 1,
|
||||||
"key_file": full_path("test.key"),
|
"key_file": full_path("test.key"),
|
||||||
"cert_file": full_path("test.pem"),
|
"cert_file": full_path("test.pem"),
|
||||||
"encryption_keypairs": [{"key_file": "pki/test_1.key", "cert_file": "pki/test_1.crt"},
|
"encryption_keypairs": [{"key_file": "test_1.key", "cert_file": "test_1.crt"},
|
||||||
{"key_file": "pki/test_2.key", "cert_file": "pki/test_2.crt"}],
|
{"key_file": "test_2.key", "cert_file": "test_2.crt"}],
|
||||||
"ca_certs": full_path("cacerts.txt"),
|
"ca_certs": full_path("cacerts.txt"),
|
||||||
"xmlsec_binary": xmlsec_path,
|
"xmlsec_binary": xmlsec_path,
|
||||||
"metadata": [{
|
"metadata": [{
|
||||||
|
Reference in New Issue
Block a user