|
@@ -185,7 +185,7 @@
|
|
confirmBox("Request new SSL Cert for this subdomain?", function(choice){
|
|
confirmBox("Request new SSL Cert for this subdomain?", function(choice){
|
|
if (choice == true){
|
|
if (choice == true){
|
|
//Get a new cert using ACME
|
|
//Get a new cert using ACME
|
|
- msgbox("Requesting certificate via Let's Encrypt");
|
|
|
|
|
|
+ msgbox("Requesting certificate via Let's Encrypt...");
|
|
console.log("Trying to get a new certificate via ACME");
|
|
console.log("Trying to get a new certificate via ACME");
|
|
obtainCertificate(rootname);
|
|
obtainCertificate(rootname);
|
|
}
|
|
}
|