You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
conf | 3 months ago | |
.gitignore | 3 months ago | |
README.md | 3 months ago | |
cloudflare.ini.sample | 3 months ago | |
docker-compose.yaml | 3 months ago | |
nginx.conf | 3 months ago |
README.md
Get TLS certs
docker-composer run --rm certbot
Generate DH params
docker-compose run --rm nginx openssl dhparam -out /etc/letsencrypt/ssl-dhparams.pem 2048
Start Nginx
docker-compose up -d nginx