Skip to content

fraucs/certbot-auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

certbot-auto

This tool allows you to automate the installation of Let's Encrypt SSL certificates.

Requirements

You need certbot as only requirement.

Debian

apt install certbot -y

RedHat

yum install certbot -y or dnf install certbot -y

Installation

Installation of certbot-auto is so easy, just clone it with git clone.

After that move into /usr/bin (so you can use as command) mv certbot-auto.sh /usr/bin/certbot-auto.

Then verify that it is executable chmod +x /usr/bin/certbot-auto.sh.

So automate it! Install a crontab as this: 0 3 * * * /usr/bin/certbot-auto.

About

This tool allows you to automate the installation of Let's Encrypt SSL certificates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages