* Add non-interactive script options and fix nginx container name
Nginx container name was hardcoded even though a different name is defined
in docker-composer.yml. Script will now detect proper name from docker-compose
file.
* Fix invalid boolean variable comparisons
* Refactor user confirmation prompt logic
Co-authored-by: Jesus Federico <jesus@123it.ca>
* Fix openssl temp key generation
1024 fails with `routines:SSL_CTX_use_certificate:ee key too small`
* Rename scalelite-nginx to scalelite-proxy
This has been changed in https://github.com/jfederico/scalelite-run/commit/bc94d6
* Fix domains variable in init-letsencrypt.sh
nginx looks for $URL_HOST and will break if the folder does not exist
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