You are here

constant RequestOptions::CERT in Lockr 7.3

cert: (string|array) Set to a string to specify the path to a file containing a PEM formatted SSL client side certificate. If a password is required, then set cert to an array containing the path to the PEM file in the first array element followed by the certificate password in the second array element.

File

vendor/guzzlehttp/guzzle/src/RequestOptions.php, line 58

Class

RequestOptions
This class contains a list of built-in Guzzle request options.

Namespace

GuzzleHttp

Code

const CERT = 'cert';