Skip to content
Snippets Groups Projects
Commit 12fe2f6a authored by Jesse Norell's avatar Jesse Norell
Browse files

set use_acme flag after install

parent 83246e68
No related branches found
No related tags found
1 merge request!1396acme.sh and missing letsencrypt client fixes
......@@ -319,6 +319,9 @@ class letsencrypt {
} elseif(!$this->get_certbot_script()) {
// acme and le missing
$this->install_acme();
if($this->get_acme_script()) {
$use_acme = true;
}
}
$tmp = $app->letsencrypt->get_website_certificate_paths($data);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment