이 함수의 작동은 php.ini 설정에 영향을 받습니다.
이름 | 기본값 | 가변성 | Changelog |
---|---|---|---|
openssl.cafile | "" | PHP_INI_PERDIR | Available since PHP 5.6.0. |
openssl.capath | "" | PHP_INI_PERDIR | Available since PHP 5.6.0. |
위 설정 지시어에 대한 간단한 설명입니다.
openssl.cafile
string
Location of Certificate Authority file on local filesystem which should be used with the verify_peer context option to authenticate the identity of the remote peer.
openssl.capath
string
If cafile is not specified or if the certificate is not found there, the directory pointed to by capath is searched for a suitable certificate. capath must be a correctly hashed certificate directory.
See also the SSL stream context options.