Added new version

Updated init-letsencrypt

updated init-letsencrypt with docker-compose-init

updated init-letsencrypt with docker-compose-init

restored init-letsencrypt

updates to certbot

updates to certbot

updates to certbot

updates to certbot

updates to certbot

updates to certbot

updates to certbot

added certbot to scalelite-nginx

fixed settings for acme-challenge

added blacklist

updated init-letsencrypt for working with scaleite-nginx

Removed unnecessary files

percisted certbot logs and added env options to init-letsencrypt
This commit is contained in:
jfederico
2020-04-25 09:58:29 -04:00
parent e3683c4abd
commit a6e93f19e3
24 changed files with 123 additions and 820 deletions

View File

@@ -0,0 +1,3 @@
location /.well-known/acme-challenge/ {
root /var/www/certbot;
}

View File

@@ -0,0 +1,9 @@
## Deny access to IPs or subnets.
# deny IP;
# deny subnet;
# e.g.
# deny 192.168.0.1;
# deny 192.168.0.0/24;
## Allow access to everything else.
allow all;