Skip to content

Commit

Permalink
certificate renew issue in valet install; no value for expireIn provided
Browse files Browse the repository at this point in the history
  • Loading branch information
rana01645 committed Dec 28, 2023
1 parent a3c3b14 commit b9ccda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Valet/Site.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public function secure(string $url, ?string $siteConf = null, int $certificateEx

/**
* Renews all domains with a trusted TLS certificate.
* @param int $certificateExpireInDays The number of days the self signed certificate is valid.
* @param int $expireIn The number of days the self signed certificate is valid.
* Certificates SHOULD NOT have a validity period greater than 397 days.
*/
public function renew($expireIn = 396): void
Expand Down

0 comments on commit b9ccda9

Please sign in to comment.