Let's Encrypt Certs with NGINX
Using the following project really/nginx-modsecurity
Docker container providing nginx with [modsecurity] (https://www.modsecurity.org), lua and certbot for Let's Encrypt SSL certificates
more ...Using the following project really/nginx-modsecurity
Docker container providing nginx with [modsecurity] (https://www.modsecurity.org), lua and certbot for Let's Encrypt SSL certificates
more ...after certbot is installed on your system you can run the following command
sudo certbot -d www.domain.com --manual --preferred-challenges dns certonly
you should …
more ...