forked from bit/php-8.3.3-mac
Bundling cert.pem file
This commit is contained in:
parent
fbd5995dfa
commit
9e0cab2cfc
File diff suppressed because it is too large
Load Diff
|
@ -1937,7 +1937,7 @@ ldap.max_links = -1
|
||||||
; OS-managed cert stores in its absence. If specified, this value may still
|
; OS-managed cert stores in its absence. If specified, this value may still
|
||||||
; be overridden on a per-stream basis via the "cafile" SSL stream context
|
; be overridden on a per-stream basis via the "cafile" SSL stream context
|
||||||
; option.
|
; option.
|
||||||
;openssl.cafile=
|
openssl.cafile="%PHP_ETC_PATH%/cert.pem"
|
||||||
|
|
||||||
; If openssl.cafile is not specified or if the CA file is not found, the
|
; If openssl.cafile is not specified or if the CA file is not found, the
|
||||||
; directory pointed to by openssl.capath is searched for a suitable
|
; directory pointed to by openssl.capath is searched for a suitable
|
||||||
|
|
Loading…
Reference in New Issue