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 78465fd commit 34b9e9aCopy full SHA for 34b9e9a
tests/atlas.phpt
@@ -26,7 +26,6 @@ function extractUriWithCertificate(string $env): ?array
26
}
27
28
file_put_contents($certPath, $certContents);
29
- chmod($certPath, 0600);
30
31
return [
32
'uri' => $uri . '&tlsCertificateKeyFile=' . $certPath,
0 commit comments