Skip to content

Commit d078dad

Browse files
committed
Correct creation of ca.cnf for CRL tests
1 parent 3ce4cb0 commit d078dad

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/tests/modules/crl/policy.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ prepare_cnf {
99
cnf := %str.subst(cnf, 'user', "user%{clientno}")
1010
cnf := %str.subst(cnf, ' ./', " raddb/certs/")
1111
%file.rm("$ENV{OUTPUT_DIR}/client%{clientno}.cnf")
12-
1312
%clientcnf(cnf)
14-
cnf = %file.cat("raddb/certs/ca.cnf", 16384)
13+
14+
cnf := %file.cat("raddb/certs/ca.cnf", 16384)
15+
cnf := %str.subst(cnf, ' ./', " raddb/certs/")
1516
%file.rm("$ENV{OUTPUT_DIR}/ca%{clientno}.cnf")
1617
%cacnf(cnf)
1718
}

0 commit comments

Comments
 (0)