Re: multi-site SSL certificates

2018-04-02 Thread Poliman - Serwis
Try add in your nginx "vhost" as the first line: Alias /.well-known/acme-challenge /path/to/acme/.well-known/acme-challenge ProxyPassMatch ^/\.well-known ! I have this same error with ProxyPass inside apache vhost which proxying to node application backend. In letsencrypt logs I have this same wha

Re: multi-site SSL certificates

2018-04-02 Thread Alex JOST
Am 02.04.2018 um 14:25 schrieb Jeff Abrahamson: I'm handling mail for several domains, let's call them a.com, b.com, and c.com. I have certificates for each of these domains individually via certbot (letsencrypt) and nginx is happy with all of that. Since I initially configured the site to hand

Re: multi-site SSL certificates

2018-04-02 Thread Jeff Abrahamson
On Mon, Apr 02, 2018 at 04:20:05PM +0300, Reio Remma wrote: > On 02.04.18 16:17, Jeff Abrahamson wrote: > > On Mon, Apr 02, 2018 at 02:34:34PM +0200, Gedalya wrote: > > > You have a problem with your nginx config. It doesn't seem > > > related to postfix et al. > > > > > > Really off-topic for thi

Re: multi-site SSL certificates

2018-04-02 Thread Gedalya
On 04/02/2018 03:17 PM, Jeff Abrahamson wrote: > On Mon, Apr 02, 2018 at 02:34:34PM +0200, Gedalya wrote: >> On 04/02/2018 02:25 PM, Jeff Abrahamson wrote: >>> I see that the file >>> >>> .well-known/acme-challenge/IT7-YURAep4bniD9zYpKpdRUBQcgCRJ6FflmZzWQGNg >>> >>> is being created (and one ot

Re: multi-site SSL certificates

2018-04-02 Thread Reio Remma
On 02.04.18 16:17, Jeff Abrahamson wrote: On Mon, Apr 02, 2018 at 02:34:34PM +0200, Gedalya wrote: On 04/02/2018 02:25 PM, Jeff Abrahamson wrote: I see that the file .well-known/acme-challenge/IT7-YURAep4bniD9zYpKpdRUBQcgCRJ6FflmZzWQGNg is being created (and one other file, too) but that

Re: multi-site SSL certificates

2018-04-02 Thread Jeff Abrahamson
On Mon, Apr 02, 2018 at 02:34:34PM +0200, Gedalya wrote: > On 04/02/2018 02:25 PM, Jeff Abrahamson wrote: > > I see that the file > > > > .well-known/acme-challenge/IT7-YURAep4bniD9zYpKpdRUBQcgCRJ6FflmZzWQGNg > > > > is being created (and one other file, too) but that nginx reports that > > the

Re: multi-site SSL certificates

2018-04-02 Thread Gedalya
On 04/02/2018 02:25 PM, Jeff Abrahamson wrote: > I see that the file > > .well-known/acme-challenge/IT7-YURAep4bniD9zYpKpdRUBQcgCRJ6FflmZzWQGNg > > is being created (and one other file, too) but that nginx reports that > the _directory_ > > .well-known/acme-challenge/IT7-YURAep4bniD9zYpKpdR

multi-site SSL certificates

2018-04-02 Thread Jeff Abrahamson
I'm handling mail for several domains, let's call them a.com, b.com, and c.com. I have certificates for each of these domains individually via certbot (letsencrypt) and nginx is happy with all of that. Since I initially configured the site to handle mail only for a.com, my /etc/postfix/main.cf fi