mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
fixup! fixup! tests-extra: add keystore.has_key() methods
This commit is contained in:
parent
f3247198c9
commit
c64fb014c2
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class KeystoreSoftHSM(Keystore):
|
|||
config = (
|
||||
f"directories.tokendir = {self.dir}/tokens/\n"
|
||||
"objectstore.backend = file\n"
|
||||
"log.level = DEBUG\n"
|
||||
"log.level = INFO\n"
|
||||
)
|
||||
conf_file.write(config)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue