letsencrypt::Client method domainForm (protected)

 <instance of letsencrypt::Client[i]> domainForm

Defined in /usr/local/ns/tcl/letsencrypt/letsencrypt-procs.tcl

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
ns_return 200 text/html [subst {
    <head>
    <title>Let's Encrypt Client</title>
    </head>
    <body>
    <form method='post' action='[ns_conn url]'>
    Please enter the domain names for the SSL certificate:<br>
    <input name="domains" size="80">
    <input type='submit' value='Submit'>
    </form>
    </body>
}]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: