Skip to content

Commit aeb9c45

Browse files
authored
add ssl ca certificate settings (#80)
1 parent ecb457f commit aeb9c45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cli-php.ini

+6
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@ opcache.huge_code_pages=1
5555

5656
opcache.jit_buffer_size = 128M
5757
opcache.jit = tracing
58+
59+
[curl]
60+
curl.cainfo = /etc/ssl/certs/ca-certificates.crt
61+
62+
[openssl]
63+
openssl.cafile=/etc/ssl/certs/ca-certificates.crt

0 commit comments

Comments
 (0)