Skip to main content

NGINX Shenanigans

Most recent updates: 02/01/2025 09:04:32 UTC

Generate SSL Certs the caveman way with simple Terminal Command.

sudo certbot -v certonly --dns-cloudflare --dns-cloudflare-credentials /some/path/to/the/api_access_secret.ini -d 'prplanit.com' -d '*.prplanit.com'

The contents of the api_access_secret.ini should be:

dns_cloudflare_api_token = <yourtopsecretcloudflareapitoken>