Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 261 Bytes

12.6.3 - ssl_cafile.md

File metadata and controls

11 lines (8 loc) · 261 Bytes

ssl_cafile

当设置ssl_verify_peertrue时, 用来验证远端证书所用到的CA证书。 本选项值为CA证书在本地文件系统的全路径及文件名。

  • 类型:string
$client->set([
    'ssl_cafile' => '/etc/CA',
])