Skip to content
Snippets Groups Projects
Commit 3101a3d4 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Merge branch 'fix_pkcs11_testing' into 'master'

tests/libdnssec: update the built-in SoftHSM config to work with its current versions

See merge request !1246
parents 9e123f7a 9a2f5a1b
No related branches found
No related tags found
1 merge request!1246tests/libdnssec: update the built-in SoftHSM config to work with its current versions
Pipeline #74966 failed
......@@ -196,7 +196,8 @@ static bool token_init(void)
fprintf(file, "directories.tokendir = %s\n", token_path);
fprintf(file, "objectstore.backend = file\n");
fprintf(file, "log.debug = INFO\n");
fprintf(file, "log.level = INFO\n");
fprintf(file, "slots.removable = false\n");
fclose(file);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment