Skip to content

Releases: relybytes/nginx-certbot

v1.0.0

13 Jan 18:14
Compare
Choose a tag to compare

Release v1.0.0 - Initial Launch of Nginx-Certbot

Highlights of this Release

  • Automated SSL/TLS Certificate Management: Automated handling of SSL/TLS certificates for Nginx using Certbot.

  • Script-Driven Workflow: Shell script automates stopping Nginx, configuring for certificate renewal, and restarting with new certificates.

  • Cron Job Integration: Setup of cron jobs for periodic certificate checks and renewal.

  • Error Handling Enhancements: Robust error handling for existing Nginx processes and port conflicts.

  • Logging and Monitoring: Improved logging for Nginx and Certbot operations.

How to Use

Refer to the README.md for deployment and usage instructions.

Docker Image

The Docker image for version v1.0.0 can be pulled from Docker Hub:
docker pull ghcr.io/relybytes/nginx-certbot:v1.0.0