]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use the certs from src/tests, and not from raddb/certs
authorAlan T. DeKok <aland@freeradius.org>
Thu, 2 Dec 2021 13:16:32 +0000 (08:16 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 2 Dec 2021 13:30:53 +0000 (08:30 -0500)
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.

src/tests/modules/cipher/module.conf

index e8913463df2ab62e573f8237e77f770f36334cc7..3f9750fa9c070797f606c384a4c0aba8cd4284cc 100644 (file)
@@ -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"