From: Vsevolod Stakhov Date: Mon, 11 Mar 2019 17:21:27 +0000 (+0000) Subject: [Minor] Fix key name X-Git-Tag: 1.9.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e778d2623681675b55438fa8b3778b16a972274;p=thirdparty%2Frspamd.git [Minor] Fix key name Issue: #2410 Closes: #2410 --- diff --git a/lualib/rspamadm/configwizard.lua b/lualib/rspamadm/configwizard.lua index 5afd5ae04e..3a6ff31167 100644 --- a/lualib/rspamadm/configwizard.lua +++ b/lualib/rspamadm/configwizard.lua @@ -395,7 +395,7 @@ local function setup_dkim_signing(cfg, changes) domains[domain] = { selector = selector, - privkey = privkey_file, + path = privkey_file, } until not ask_yes_no("Do you wish to add another DKIM domain?")