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

CharlesStover/reverse-proxy-certbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Proxy (certbot)

The certbot layer of a reverse proxy.

Build

docker build --file Dockerfile --tag charlesstover/reverse-proxy-certbot .

Run

docker run \
  --detach \
  --name reverse-proxy-certbot \
  --network reverse-proxy \
  --restart always \
  --volume /PATH/TO/etc/letsencrypt:/etc/letsencrypt \
  --volume /PATH/TO/var/www/certbot:/var/www/certbot \
  charlesstover/reverse-proxy-certbot

Your SSL certificates will be saved to /PATH/TO/etc/letsencrypt. It needs to match the path provided to reverse-proxy-nginx.

Your certbot challenges will be served from /PATH/TO/var/www/certbot. It needs to match the path provided to reverse-proxy-nginx.

About

The certbot layer of a reverse proxy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published