<p>There are many other places where you can get a free or cheap certificate. If you don't want to use our automatic Let's Encrypt integration, you can give <ahref="https://www.namecheap.com/security/ssl-certificates/domain-validation.aspx">Namecheap’s $9 certificate</a>, <ahref="https://www.startssl.com/">StartSSL’s free express lane</a>, <ahref="https://buy.wosign.com/free/">WoSign’s free TLS</a></a> or any other certificate provider a try.</p>
<p>If you don't want to use our automatic Let's Encrypt integration, you can give any other certificate provider a try. You can generate the needed CSR below.</p>
<p>Which domain are you getting a certificate for?</p>
<p>Which domain are you getting a certificate for?</p>
...
@@ -108,7 +108,7 @@ function show_tls(keep_provisioning_shown) {
...
@@ -108,7 +108,7 @@ function show_tls(keep_provisioning_shown) {
@@ -260,7 +260,7 @@ function provision_tls_cert() {
...
@@ -260,7 +260,7 @@ function provision_tls_cert() {
}
}
}
}
ready_to_finish();
ready_to_finish();
// don't re-enable the Provision button -- user must use the Retry button when it becomes enabled
// don't re-enable the Provision button -- user must use the Retry button when it becomes enabled
may_reenable_provision_button=false;
may_reenable_provision_button=false;
...
@@ -268,7 +268,7 @@ function provision_tls_cert() {
...
@@ -268,7 +268,7 @@ function provision_tls_cert() {
n.find("p").addClass("text-success").text("The TLS certificate was provisioned and installed.");
n.find("p").addClass("text-success").text("The TLS certificate was provisioned and installed.");
setTimeout("show_tls(true)",1);// update main table of certificate statuses, call with arg keep_provisioning_shown true so that we don't clear what we just outputted
setTimeout("show_tls(true)",1);// update main table of certificate statuses, call with arg keep_provisioning_shown true so that we don't clear what we just outputted
}
}
// display the detailed log info in case of problems
// display the detailed log info in case of problems