Add support for ssl client certificates
This patch adds sslclientcert and sslclientkey configuration options which are passed through to imaplib in order to allow the use of client certificates for authentication. Tue Nov 13 14:44:17 CST 2007 Mark Hymers <mhy@debian.org>
This commit is contained in:

committed by
John Goerzen

parent
3c7edc2e4d
commit
ca08c1e553
@ -221,6 +221,12 @@ remotehost = examplehost
|
||||
# Whether or not to use SSL.
|
||||
ssl = yes
|
||||
|
||||
# SSL Client certificate (optional)
|
||||
# sslclientcert = /path/to/file.crt
|
||||
|
||||
# SSL Client key (optional)
|
||||
# sslclientkey = /path/to/file.key
|
||||
|
||||
# Specify the port. If not specified, use a default port.
|
||||
# remoteport = 993
|
||||
|
||||
|
Reference in New Issue
Block a user