-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Multiple Domains SSL Certificate #2995
Copy link
Copy link
Closed as not planned
Labels
kind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answermeta/closed due to age or inactivityThis issue / PR has been closed due to inactivityThis issue / PR has been closed due to inactivitymeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dmeta/needs triageThis issue / PR needs checks and verification from maintainersThis issue / PR needs checks and verification from maintainersmeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activitypriority/low
Metadata
Metadata
Assignees
Labels
kind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answermeta/closed due to age or inactivityThis issue / PR has been closed due to inactivityThis issue / PR has been closed due to inactivitymeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dmeta/needs triageThis issue / PR needs checks and verification from maintainersThis issue / PR needs checks and verification from maintainersmeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activitypriority/low
Hi, I want to use docker mail server with multiple domains. The documentation says I can do the following:
https://github.com/docker-mailserver/docker-mailserver#support-for-multiple-domains
I was able to complete this step. However, I want to be able to have the domains have SSL certificates. I ran certbot like this:
And I was able to produce a new certificate in the
letsencrypt/livefolder. However, when I try using my mail client to connect, it says the connection is insecure and when I show certificate, it shows only the certificate for the original domain, which is listed in my docker-compose.yml file, and works just fine.How do I have an SSL certificate for my 2nd domain?