Skip to content

Latest commit

 

History

History
104 lines (66 loc) · 4.13 KB

README.md

File metadata and controls

104 lines (66 loc) · 4.13 KB

Simple-Certbot-installer


supported systems

supported-systems-certbot-install supported-systems-certbot-install supported-systems-certbot-install supported-systems-certbot-install supported-systems-certbot-install supported-systems-certbot-install


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

Index

📄 Dependencies

  • Wget

🔧Installation

The following are the ways of executing the script for each distribution:

docker container

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

Debian, Ubuntu, Mint, etc...

sudo curl -LJO https://raw.githubusercontent.com/Kaioguilherme1/Simple-Certbot-installer/main/Versions/English/ssl_debian_install.sh ;sudo sh ssl_debian_install.sh

CentOs 8

sudo curl -LJO https://raw.githubusercontent.com/Kaioguilherme1/Simple-Certbot-installer/main/Versions/English/ssl_CentOs8_install.sh ;sudo sh ssl_CentOs8_install.sh

📁 Project access

download script

Download via terminal

git clone https://github.com/Kaioguilherme1/Simple-Certbot-installer.git

⚙️ Usage

📦 Development

Currently development is in the initial phase supporting only debian based systems and docker containers.

📌 Version

V 1.02

✒️ Authors

Mention all those who helped lift the project from its inception

📑 License

This project is under license (MIT) - see the file LICENSE.md for details.