Re: right config for letsencrypt

2020-02-02 Thread Jeff Dyke
since i do this through haproxy, it will be a little different, but where ever port 80 is open to you can have a block that does the following so in the http block of haproxy i send it to a backend when it meets these requirements. acl letsencrypt-request path_beg -i /.well-known/acme-challenge/ r

Re: right config for letsencrypt

2020-02-02 Thread Francis Daly
On Fri, Jan 31, 2020 at 10:33:31PM +0100, bagagerek wrote: Hi there, > I followed the manual but I can't seem tot get it right. I've forwarded port > 8081 on my router. If you want letsencrypt to use the "http" challenge, you must let incoming traffic in on port 80 (and, presumably, send it to n

right config for letsencrypt

2020-01-31 Thread bagagerek
Hi y'all, I want Nginx to run as a reverse proxy on my Rasberry pi with Motioneye. I followed the manual but I can't seem tot get it right. I've forwarded port 8081 on my router. My "sites-enabled" file looks like this: server {     listen 80;     server_name mydomain.com;     location /cams/