From: Alan T. DeKok Date: Thu, 2 Dec 2021 13:16:32 +0000 (-0500) Subject: use the certs from src/tests, and not from raddb/certs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db9ba5cc42a7a6dd54f5783674d7badac6ccf6cb;p=thirdparty%2Ffreeradius-server.git use the certs from src/tests, and not from raddb/certs while the ones in src/tests are copied to raddb/ during CI, they're not copied for dev builds. As a result, they're pointing to the wrong thing. --- diff --git a/src/tests/modules/cipher/module.conf b/src/tests/modules/cipher/module.conf index e8913463df2..3f9750fa9c0 100644 --- a/src/tests/modules/cipher/module.conf +++ b/src/tests/modules/cipher/module.conf @@ -1,8 +1,8 @@ cipher cipher_rsa { rsa { private_key_password = whatever - private_key_file = raddb/certs/rsa/server.key - certificate_file = raddb/certs/rsa/server.pem + private_key_file = src/tests/certs/rsa/server.key + certificate_file = src/tests/certs/rsa/server.pem oaep { oaep_digest = "sha256"