X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=prosodyctl;h=34a67e6893ceaea8f668614ae284c8134148061c;hb=5e96c680db7c1b3e640c1ba320f767a3f3483609;hp=226ff2cf48b370ea991b3a63228191074243c5bf;hpb=b6afa2fd923572e78b5e1c9711e324aa37b43226;p=prosody.git diff --git a/prosodyctl b/prosodyctl index 226ff2cf..34a67e68 100755 --- a/prosodyctl +++ b/prosodyctl @@ -717,7 +717,7 @@ function cert_commands.config(arg) else show_message("Please provide details to include in the certificate config file."); show_message("Leave the field empty to use the default value or '.' to exclude the field.") - for i, k in ipairs(openssl._DN_order) do + for _, k in ipairs(openssl._DN_order) do local v = conf.distinguished_name[k]; if v then local nv;