ssl_key
Summary
Specify the path to a file containing a private SSL key in PEM format. If a password is required, then set to an array containing the path to the SSL key in the first array element followed by the password required for the certificate in the second element.
Types
- string
- array
Default
None
Constant
GuzzleHttp\RequestOptions::SSL_KEY
Note
ssl_key
is implemented by HTTP handlers. This is currently only supported by the cURL handler, but might be supported by other third-part handlers.