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.
1 parent 06fc109 commit 117a937Copy full SHA for 117a937
cli/Valet/Site.php
@@ -85,7 +85,7 @@ function getCertificates($path)
85
return collect($this->files->scanDir($path))->filter(function ($value, $key) {
86
return ends_with($value, '.crt');
87
})->map(function ($cert) {
88
- return substr($cert, 0, strripos($cert, '.', -4));
+ return substr($cert, 0, strripos($cert, '.', -5));
89
})->flip();
90
}
91
0 commit comments