Skip to content

Commit 2e9ba01

Browse files
committed
feat(letsencrypt): return true after moving certs to Nginx proxy
1 parent 4e5842f commit 2e9ba01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/helper/Site_Letsencrypt.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,8 @@ private function executeFirstRequest( $domain, array $alternativeNames, $email )
488488

489489
// Post-generate actions
490490
$this->moveCertsToNginxProxy( $domain );
491+
492+
return true;
491493
}
492494

493495
private function moveCertsToNginxProxy( string $domain ) {

0 commit comments

Comments
 (0)