This small script has the function of facilitating the installation and issuance of ssl certificates, I aim to make it easier for all platforms, but at the moment it supports docker containers and Debian-based systems.
Read in Portuguese_br
- Wget
The following are the ways of executing the script for each distribution:
sudo docker exec -it <container name or id> bash
curl -LJO https://raw.githubusercontent.com/Kaioguilherme1/Simple-Certbot-installer/main/Versions/English/ssl_debian_install.sh ; sh ssl_debian_install.sh
sudo curl -LJO https://raw.githubusercontent.com/Kaioguilherme1/Simple-Certbot-installer/main/Versions/English/ssl_debian_install.sh ;sudo sh ssl_debian_install.sh
sudo curl -LJO https://raw.githubusercontent.com/Kaioguilherme1/Simple-Certbot-installer/main/Versions/English/ssl_CentOs8_install.sh ;sudo sh ssl_CentOs8_install.sh
git clone https://github.com/Kaioguilherme1/Simple-Certbot-installer.git
Currently development is in the initial phase supporting only debian based systems and docker containers.
V 1.02
Mention all those who helped lift the project from its inception
-
developer - Initial Work - Kaio Guilherme
This project is under license (MIT) - see the file LICENSE.md for details.