Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

nouchka/docker-letsencrypt

 
 

Repository files navigation

docker-letsencrypt

Docker pull Docker stars Build Status Docker size

letsencrypt

Usage (deprecated branch apache, docker tag latest to avoid breaking current)

Based on docker image lojzik/dockerfile-letsencrypt which provides certbot. Check in docker-compose.yml for a working example, just complete haproxy conf file. You have to specify a list of domains, certbot will generate files to validate domain. Lighhtpd will provide theses files. Haproxy will have a txt file with the list of ssl certificates to use. Haproxy has to route traffic to lighttpd for url starting with /.well-known

Usage (branch master, docker tag cloudflare)

cp env.template .env change email, api token and domain make run Haproxy will have a txt file with the list of ssl certificates to use.

Donate

Bitcoin Address: 15NVMBpZJTvkefwfsMAFA3YhyiJ5D2zd3R

Releases

No releases published

Packages

No packages published

Languages

  • Shell 55.5%
  • Dockerfile 35.1%
  • Makefile 9.4%