update readme

This commit is contained in:
2025-05-23 21:30:39 +05:00
parent 3b84fe0842
commit 7ee1afbd7b

View File

@@ -5,10 +5,10 @@ This docker container generates free SSL certificates using Letsencrypt using Cl
# How to use
1. Copy ` .env.example` to `.env` and fill it. \
CLOUDFLARE_EMAIL is your cloudflare account email \
CLOUDFLARE_API_KEY you can get it from (https://dash.cloudflare.com/profile/api-tokens)[Cloudflare profile > API Tokens]
CERTBOT_EMAIL this email is for letsencrypt to send you cert expiry notification
DOMAINS write domains you want ssl for seperated by commas, wildcard is supported (*.example.com)
`CLOUDFLARE_EMAIL=` is your cloudflare account email \
`CLOUDFLARE_API_KEY=` you can get it from [https://dash.cloudflare.com/profile/api-tokens](Cloudflare profile > API Tokens) \
`CERTBOT_EMAIL=` this email is for letsencrypt to send you cert expiry notification \
`DOMAINS=` write domains you want ssl for seperated by commas, wildcard is supported (*.example.com) \
2. Save following content as `compose.yml`
```yml
services: