diff --git a/README.md b/README.md index 84eec28..ce3268a 100644 --- a/README.md +++ b/README.md @@ -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 won’t stop you from running the script without reading the documentation like there’s no tomorrow. +Skip the README, and whatever happens next is your headache, not a bug report. ---