Gabriel Kaufmann
2018-Feb-19 02:41 UTC
Multiple SSL-Certificates/Domains setup not working
I've tried setting up multiple SSL-Certificates (using letsencrypt) for dovecot on my ubuntu machine. Used dovecot version is 2.2.18. Regarding to official docs this should be working. My test-client (Thunderbird on linux) has been mentioned to be working fine with SNI here: https://wiki.dovecot.org/SSL/SNIClientSupport https://wiki.dovecot.org/SSL/DovecotConfiguration#line-89> local_name imap.example.org { > ssl_cert = </etc/ssl/certs/imap.example.org.crt > ssl_key = </etc/ssl/private/imap.example.org.key > } > local_name imap.example2.org { > ssl_cert = </etc/ssl/certs/imap.example2.org.crt > ssl_key = </etc/ssl/private/imap.example2.org.key > }Did anyone have success on this (without using multiple IP per Domain)? -- Best regards Gabriel Kaufmann -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180219/561db421/attachment-0001.html>
I understood that imap.example.org and imap.example2.org are reachable from the Internet via the same IP, right ? In that case just extend the certificate (probably with certbot) with the second domainname. yours sincerely Robert Am 19. Februar 2018 03:41:18 MEZ schrieb Gabriel Kaufmann <mailings at typoworx.com>:>I've tried setting up multiple SSL-Certificates (using letsencrypt) for > >dovecot on my ubuntu machine. Used dovecot version is 2.2.18. > >Regarding to official docs this should be working. > >My test-client (Thunderbird on linux) has been mentioned to be working >fine with SNI here: >https://wiki.dovecot.org/SSL/SNIClientSupport > >https://wiki.dovecot.org/SSL/DovecotConfiguration#line-89 > >> local_name imap.example.org { >> ssl_cert = </etc/ssl/certs/imap.example.org.crt >> ssl_key = </etc/ssl/private/imap.example.org.key >> } >> local_name imap.example2.org { >> ssl_cert = </etc/ssl/certs/imap.example2.org.crt >> ssl_key = </etc/ssl/private/imap.example2.org.key >> } > >Did anyone have success on this (without using multiple IP per Domain)? > >-- >Best regards > >Gabriel Kaufmannmit freundlichen Gr??en Ing. Robert Nowotny (von Mobile) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180219/4a123279/attachment.html>
Gabriel Kaufmann
2018-Feb-22 14:55 UTC
Multiple SSL-Certificates/Domains setup not working | Solved!
I've tried to create an certbot SAN-Cert with multiple domain-names and this worked like a charm using one cert for all! Thanks! Best regards Gabriel Kaufmann -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180222/652b4009/attachment.html>
Poliman - Serwis
2018-Feb-22 14:58 UTC
Multiple SSL-Certificates/Domains setup not working | Solved!
Could you write step by step how you reach the goal? 2018-02-22 15:55 GMT+01:00 Gabriel Kaufmann <mailings at typoworx.com>:> I've tried to create an certbot SAN-Cert with multiple domain-names and > this worked like a charm using one cert for all! Thanks! > > > Best regards > > Gabriel Kaufmann > >-- *Pozdrawiam / Best Regards* *Piotr Bracha* -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180222/ee0fc63b/attachment.html>