We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca4f78d + 7b2deaf commit c80e4ccCopy full SHA for c80e4cc
cli/Valet/Site.php
@@ -209,7 +209,7 @@ function createCertificate($url)
209
$this->createSigningRequest($url, $keyPath, $csrPath, $confPath);
210
211
$this->cli->runAsUser(sprintf(
212
- 'openssl x509 -req -days 365 -in %s -signkey %s -out %s -extensions v3_req -extfile %s',
+ 'openssl x509 -req -sha256 -days 365 -in %s -signkey %s -out %s -extensions v3_req -extfile %s',
213
$csrPath, $keyPath, $crtPath, $confPath
214
));
215
0 commit comments