Skip to content

Commit 12fe2f6

Browse files
committed
set use_acme flag after install
1 parent 83246e6 commit 12fe2f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/lib/classes/letsencrypt.inc.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,9 @@ public function request_certificates($data, $server_type = 'apache') {
319319
} elseif(!$this->get_certbot_script()) {
320320
// acme and le missing
321321
$this->install_acme();
322+
if($this->get_acme_script()) {
323+
$use_acme = true;
324+
}
322325
}
323326

324327
$tmp = $app->letsencrypt->get_website_certificate_paths($data);

0 commit comments

Comments
 (0)