https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/letsencrypt.xml letsencrypt 2016-11-08 linuxserver/letsencrypt https://hub.docker.com/r/linuxserver/letsencrypt/ bridge true https://letsencrypt.org/ https://forums.unraid.net/topic/51808-support-linuxserverio-letsencrypt-nginx/ This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention. Before running this container, make sure that the url and subdomains are properly forwarded to this container's host. - Port 443 on the internet side of the router should be forwarded to this container's port 443. - If you need a dynamic dns provider, you can use the free provider duckdns.org where the url will be yoursubdomain.duckdns.org and the subdomains can be www,ftp,cloud - The container detects changes to url and subdomains, revokes existing certs and generates new ones during start. - It also detects changes to the DHLEVEL parameter and replaces the dhparams file. - If you'd like to password protect your sites, you can use htpasswd. Run the following command on your host to generate the htpasswd file docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd <username> Nginx webserver and reverse proxy with php support and a built-in letsencrypt client. It also contains fail2ban for intrusion prevention. Tools: Network:Web Status:Stable https://[IP]:[PORT:443] https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/letsencrypt.png bridge 80 tcp 443 tcp /config rw EMAIL URL www, SUBDOMAINS false ONLY_SUBDOMAINS 2048 DHLEVEL 99 PUID 100 PGID http VALIDATION DNSPLUGIN www, false Donations https://www.linuxserver.io/donate https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png lsiobase/nginx