From c3a447ed5c35adfcf1cfff647fe4c4a1c099a189 Mon Sep 17 00:00:00 2001 From: "Mehdi (OSX)" Date: Thu, 23 Nov 2023 09:11:10 +0500 Subject: [PATCH] Updated README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60bf8af..b571662 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,9 @@ ## Example nginx config: ``` ## Important: -- **In case of errors, try clearing certs/\* folder and retry.** _(Although keep .gitkeep file inside.)_ +- **In case of errors, try clearing certs/\* folder and retry.** - Use `dry_run=true` to test certbot instead of actually creating/renewing certificates. + - Remember that if you do build actual certificates (dry_run=false) then **do not** keep on doing it repeatedly in short interval (more than 5in a day), as otherwise certbot might apply rate limits on further usages. ---