We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce4cb0 commit d078dadCopy full SHA for d078dad
1 file changed
src/tests/modules/crl/policy.conf
@@ -9,9 +9,10 @@ prepare_cnf {
9
cnf := %str.subst(cnf, 'user', "user%{clientno}")
10
cnf := %str.subst(cnf, ' ./', " raddb/certs/")
11
%file.rm("$ENV{OUTPUT_DIR}/client%{clientno}.cnf")
12
-
13
%clientcnf(cnf)
14
- cnf = %file.cat("raddb/certs/ca.cnf", 16384)
+
+ cnf := %file.cat("raddb/certs/ca.cnf", 16384)
15
+ cnf := %str.subst(cnf, ' ./', " raddb/certs/")
16
%file.rm("$ENV{OUTPUT_DIR}/ca%{clientno}.cnf")
17
%cacnf(cnf)
18
}
0 commit comments