TLS client certs in RainLoop.

This commit is contained in:
Michael Barnathan 2017-08-17 18:13:01 -04:00
parent 4cd86ede0b
commit 02561e8acf
3 changed files with 33 additions and 12 deletions

View file

@ -217,6 +217,7 @@ class Application extends \RainLoop\Config\AbstractConfig
'allow_self_signed' => array(true, 'Allow self-signed certificates. Requires verify_certificate.'),
'cafile' => array('', 'Location of Certificate Authority file on local filesystem (/etc/ssl/certs/ca-certificates.crt)'),
'capath' => array('', 'capath must be a correctly hashed certificate directory. (/etc/ssl/certs/)'),
'client_cert' => array('', 'Location of client certificate file (pem format with private key) on local filesystem'),
),
'capa' => array(