Because reading the README is faster than debugging

This commit is contained in:
2025-12-01 22:39:40 +01:00
parent 6f4dcc5238
commit 153d03d7eb

View File

@@ -4,12 +4,23 @@
[![Certbot](https://img.shields.io/badge/certbot-cloudflare_dns-2AABEE)](#)
[![License](https://img.shields.io/badge/License-MIT-green)](./LICENSE)
Automated installer for **Certbot + Cloudflare DNS challenge** on Ubuntu 24.04.
Install Certbot using Cloudflare DNS validation on Ubuntu 24.04 server.
This setup issues **HTTPS certificates without exposing ports 80/443**,
making it perfect for Nginx, Gitea, DokuWiki, WordPress, mail servers — anything.
This is not a test environment and not a casual demo.
This is a production-grade installer built to issue and renew certificates reliably — including wildcards.
Production use ready. No click-through wizard nonsense.
## Why this installer exists
DNS-01 validation is simpler and more flexible than HTTP-01 — especially for wildcard certificates and multi-host setups.
## What this installer does
✔ Automates DNS-01 via Cloudflare
✔ Supports wildcard certificates
✔ Optional Nginx reload hook
✔ Ideal for multi-site deployments
## What this installer does *NOT* do
It wont stop you from running the script without reading the documentation like theres no tomorrow.
Skip the README, and whatever happens next is your headache, not a bug report.
---