mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
TLS client certs in RainLoop.
This commit is contained in:
parent
4cd86ede0b
commit
02561e8acf
3 changed files with 33 additions and 12 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue