Skip to content

Docker container for a nginx webserver expecting Letsencrypt files

License

Notifications You must be signed in to change notification settings

andreanidouglas/nginx-encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-encrypt

Docker container for a nginx webserver expecting Letsencrypt files

run it...

  1. Generate SSL dhparam.pem

openssl dhparam -out sslcerts/dhparam.pem 2048

  1. Build the docker container

docker build . -t andreani/nginx-encrypt

  1. Run it with docker-compose

docker-compose up -d

About

Docker container for a nginx webserver expecting Letsencrypt files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published