Displaying 1 result from an estimated 1 matches for "tls_trustcert".
Did you mean:
tls_trustcerts
2011 Jan 19
1
courier-imap to dovecot-imap migration: missing TLS_TRUSTCERTS feature
...cation.
All certificates are self signed "standalone" cerfificates - no CA
hierarchy/structure is made.
With courier-imap we could just put every client certificate into a
trusted cert file (or hashed directory for a larger number of clients)
and courier-imap would check that through TLS_TRUSTCERTS.
I would like to keep the current appproach and avoid the whole mini CA
setup - that way I can also avoid reissuing new certs to all existing users.
Question: can a similar setup be achieved with dovecot-imap ?
I've already made numerous attempts with no luck.
As far as I can see dovecot-...