mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
tests, tests-extra: update SoftHSM2 configuration so that it doesn't complain
This commit is contained in:
parent
c64fb014c2
commit
ab17c4e727
2 changed files with 3 additions and 0 deletions
|
|
@ -82,6 +82,8 @@ class KeystoreSoftHSM(Keystore):
|
|||
config = (
|
||||
f"directories.tokendir = {self.dir}/tokens/\n"
|
||||
"objectstore.backend = file\n"
|
||||
"slots.removable = false\n"
|
||||
"slots.mechanisms = ALL\n"
|
||||
"log.level = INFO\n"
|
||||
)
|
||||
conf_file.write(config)
|
||||
|
|
|
|||
|
|
@ -186,6 +186,7 @@ static bool token_init(void)
|
|||
fprintf(file, "objectstore.backend = file\n");
|
||||
fprintf(file, "log.level = INFO\n");
|
||||
fprintf(file, "slots.removable = false\n");
|
||||
fprintf(file, "slots.mechanisms = ALL\n");
|
||||
|
||||
fclose(file);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue