Skip to content

Installer of https certificates from certbot in a simple way, for all platforms including docker containers.

License

Notifications You must be signed in to change notification settings

Kaioguilherme1/Simple-Certbot-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.