mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
Merge branch 'fix_pkcs11_testing' into 'master'
tests/libdnssec: update the built-in SoftHSM config to work with its current versions See merge request knot/knot-dns!1246
This commit is contained in:
commit
3101a3d488
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue