Files
2026-07-13 12:32:21 +08:00

8 lines
195 B
Lua

local reserved_words = {
RENEW_KEY_PREFIX = "kong_acme:renew_config:",
RENEW_LAST_RUN_KEY = "kong_acme:renew_last_run",
CERTKEY_KEY_PREFIX = "kong_acme:cert_key:",
}
return reserved_words