mirror of
https://github.com/openwrt/luci.git
synced 2026-01-12 05:00:23 +04:00
luci-app-acme: Add descriptive text to validation method
Signed-off-by: Jannis Pinter <jannis+openwrt@pinterjann.is>
This commit is contained in:
@@ -88,7 +88,10 @@ return view.extend({
|
||||
o.rmempty = false;
|
||||
}
|
||||
|
||||
o = s.taboption('challenge', form.ListValue, "validation_method", _("Validation method"));
|
||||
o = s.taboption('challenge', form.ListValue, "validation_method", _("Validation method"),
|
||||
_("Standalone mode will use the built-in webserver of acme.sh to issue a certificate. " +
|
||||
"Webroot mode will use an existing webserver to issue a certificate. " +
|
||||
"DNS mode will allow you to use the DNS API of your DNS provider to issue a certificate."));
|
||||
o.value("standalone", _("Standalone"));
|
||||
o.value("webroot", _("Webroot"));
|
||||
o.value("dns", _("DNS"));
|
||||
|
||||
Reference in New Issue
Block a user