X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=prosodyctl;h=74681e7cd9c66863c31fff1c71371cd4323b025b;hb=HEAD;hp=15d40f26a7b66e16bb88010b6587be5d6f8b01a9;hpb=0ca860005cbdd6841778076c1c22fd324f7f58b8;p=prosody.git diff --git a/prosodyctl b/prosodyctl index 15d40f26..74681e7c 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;