We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337857a commit f90d663Copy full SHA for f90d663
tests/server_conf.py
@@ -19,8 +19,8 @@
19
"debug": 1,
20
"key_file": full_path("test.key"),
21
"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"}],
+ "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")}],
24
"ca_certs": full_path("cacerts.txt"),
25
"xmlsec_binary": xmlsec_path,
26
"metadata": [{
0 commit comments