diff --git a/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogValidation.xml b/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogValidation.xml index d5e2b3a56..655427c76 100644 --- a/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogValidation.xml +++ b/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogValidation.xml @@ -21,7 +21,7 @@ validation.method dropdown - + Set the Let's Encrypt challenge type. You'll have to add configuration for the selected challenge type below. @@ -92,7 +92,7 @@ validation.dns_sleep text - + The time in seconds to wait for all the TXT records to take effect after adding them to the DNS API. Defaults to 120 seconds. @@ -258,7 +258,7 @@ validation.dns_da_insecure checkbox - + Uncheck this box if you have a valid SSL certificate for your DirectAdmin installation. @@ -279,7 +279,7 @@ validation.dns_dnsimple_token text - + Note that this is the account token not the user token. @@ -477,7 +477,7 @@ validation.dns_ispconfig_insecure checkbox - + Uncheck this box if you have a valid SSL certificate for your ISPConfig installation. @@ -503,13 +503,13 @@ validation.dns_knot_server text - + Knot server address, like: dns.example.com validation.dns_knot_key text - + Specify the location of the generated TSIG Key inside the TSIG file using grep and cut, example: grep \# /etc/knot/acme.key | cut -d' ' -f2 @@ -620,7 +620,7 @@ validation.dns_nsupdate_key textbox - + Requires the whole key file in a format that is compatible with nsupdate. @@ -657,13 +657,13 @@ validation.dns_pdns_url text - + Specify the URL for your PowerDNS server, i.e. http://ns.example.com:8081. validation.dns_pdns_serverid text - + Specify the Server ID of your PowerDNS server, i.e. localhost. validation.dns_pdns_token @@ -750,4 +750,4 @@ text - + \ No newline at end of file