nginx-certbot icon indicating copy to clipboard operation
nginx-certbot copied to clipboard

Boilerplate configuration for nginx and certbot with docker-compose

Results 54 nginx-certbot issues
Sort by recently updated
recently updated
newest added

couldn't be great to have 👍 1. domains as .env variable 2. .env file in git ignore 3. .env_template in git with example.org user could then 1. duplicate .env_template 2....

I could not get the script to work with **NGINX 1.19.1** Always received an error like this: > ### Requesting Let's Encrypt certificate for mydomain.tld ... > Saving debug log...

So I have this set up and working for normal domains. But for the life of me I can't seem to get wildcard subdomain certificates. I simply cant figure out...

Related: https://github.com/nginxinc/docker-nginx/issues/422#issuecomment-644299743 I am using env variables in my docker-compose file and i was not able to get this setup running. It seems that nginx ignores its default commands and...

Thanks for this :-) 👍 It was really helpful ! I think this would help: * fix loop on domains for dummy certificates * create bigger SSH Key (4096) as...

Following the instructions I get `[emerg] 1#1: host not found in upstream hostname.example.com in /etc/nginx/conf.d/app.conf:26` (hostname.example.com is just an example because I don't want to make my subdomain public registered...

The current links to download the options-ssl-nginx.conf and the ssl-dhparams.pem have changed. The current ones result in a 404

nginx.conf: ``` upstream fastcgi_backend { # use tcp connection server php-fpm:9000; # or socket # server unix:/run/php/php7.3-fpm.sock; } server { listen 80 default; server_name xx.com; server_tokens off; # client_max_body_size 108M;...

More info here: https://github.com/wmnnd/nginx-certbot/issues/52#issuecomment-640393401

Please see https://github.com/certbot-docker/certbot-docker/issues/30