Sign inSign up

really/nginx-certbot

By really

Updated over 8 years ago

Docker container providing nginx with lua and certbot with nginx plugin for SSL certificates

Image
5

100K+

really/nginx-certbot repository overview

really/nginx-certbot

Docker container providing nginx with lua and certbot for Let's Encrypt SSL certificates

GitHub issues GitHub license Docker Pulls

Launch nginx using the default config:

docker run --name nginx-certbot \
  --restart=always \
  --net=host \
  -v /data/nginx/conf.d:/etc/nginx/conf.d:rw \
  -v /data/letsencrypt:/etc/letsencrypt:rw \
  -p 80:80 -p 443:443 -d \
  really/nginx-certbot

Want more security?

You should check out really/nginx-modsecurity it has everything here plus ModSecurity for your Nginx proxy.

Certbot

Easily add SSL security to your nginx hosts with certbot. docker exec -it nginx-certbot /bin/sh will bring up a prompt at which time you can certbot to your hearts content.

or

docker exec -it nginx-certbot certbot --no-redirect --must-staple -d example.com

It even auto-renew's for you every day!

Tag summary

Content type

Image

Digest

Size

121.3 MB

Last updated

over 8 years ago

docker pull really/nginx-certbot