Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Hoffman-Andrews <github@hoffman-andrews.com>2017-03-25 21:39:19 +0300
committerJacob Hoffman-Andrews <github@hoffman-andrews.com>2017-03-25 21:39:19 +0300
commit2e102ec9f7523457da30813062f2827608001eec (patch)
tree54994a8520906e58e4dbe64e0ba8322142ed13bd /docs
parentee4e7c4f71ab181067c878f8fb095611fd19d6c0 (diff)
Review feedback.package-guide
Diffstat (limited to 'docs')
-rw-r--r--docs/packaging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/packaging.rst b/docs/packaging.rst
index c3cdfb579..780eb313c 100644
--- a/docs/packaging.rst
+++ b/docs/packaging.rst
@@ -28,7 +28,7 @@ Notes for package maintainers
1. Do not package ``certbot-compatibility-test`` or ``letshelp-certbot`` - it's only used internally.
-2. If you'd like to include automated renewal in your package ``certbot renew -q`` should be added to crontab or systemd timer. Add a random per-system offset to avoid having a large number of clients hit Let's Encrypt's servers simultaneously.
+2. If you'd like to include automated renewal in your package ``certbot renew -q`` should be added to crontab or systemd timer. Additionally you should include a random per-machine time offset to avoid having a large number of your clients hit Let's Encrypt's servers simultaneously.
3. ``jws`` is an internal script for ``acme`` module and it doesn't have to be packaged - it's mostly for debugging: you can use it as ``echo foo | jws sign | jws verify``.