Skip to content

This tool automates the installation and configuration of Let's Encrypt digital certificates in Linux and Windows environments. It simplifies the process of obtaining SSL/TLS certificates.

License

Notifications You must be signed in to change notification settings

mrfelpa/lets-encrypt-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

System Requirements

  • Python 3.6+
  • Administrator/root access
  • Internet connection

Installation

  • Clone this repository:

      git clone https://github.com/mrfelpa/lets-encrypt-automation.git
    
  • Navigate to the project directory:

      cd lets-encrypt-automation
    

Operating Modes

  • Nginx Mode

  • Uses Certbot's Nginx plugin to obtain and install the certificate. Recommended if you are using Nginx as a web server. Standalone Mode

  • Certbot temporarily starts its own web server to validate the domain and obtain the certificate. Use this mode if you are not running a web server or if the server is not supported by Certbot.

Logs

  • The script generates detailed logs in certbot_install.log, useful for troubleshooting and auditing.

Lets_encrypt

About

This tool automates the installation and configuration of Let's Encrypt digital certificates in Linux and Windows environments. It simplifies the process of obtaining SSL/TLS certificates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages