]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
daemon/lua/trust_anchors: keyfile_default always has default value
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 6 Mar 2019 14:25:07 +0000 (15:25 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:44:50 +0000 (10:44 +0100)
daemon/lua/trust_anchors.lua.in

index d1d5f64aed1cc04e436f28f88d6af61db505d210..2497fbcb8762c92b8841c26246bfbb52d9ea3b0f 100644 (file)
@@ -622,8 +622,7 @@ trust_anchors = {
 
        bootstrap_url = 'https://data.iana.org/root-anchors/root-anchors.xml',
        bootstrap_ca = '@etc_dir@/icann-ca.pem',
-       -- change empty string to nil
-       keyfile_default = ('@keyfile_default@' ~= '' and '@keyfile_default@') or nil,
+       keyfile_default = '@keyfile_default@',
 
        -- Load keys from a file, 5011-managed by default.
        -- If managed and the file doesn't exist, try bootstrapping the root into it.