This Node.js script automates the Certbot verification process for obtaining SSL/TLS certificates using the Certbot tool.
- Automates the process of obtaining SSL/TLS certificates using Certbot.
- Easily configurable
Before you begin, ensure you have met the following requirements:
- Clone this repository to your local machine
- Run npm install
- Set the
certbotDomain
ENV variable - Run
sudo node index.js
ORnode index.js
as root