mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:15:42 +02:00
cli: add --preconfigured-renewal packaging flag (#8274)
* cli: add --preconfigured-renewal packaging flag * fix rst formatting * snap: make the flag postfixed
This commit is contained in:
@@ -46,7 +46,11 @@ Notes for package maintainers
|
||||
|
||||
2. To run tests on our packages, you should use pytest by running the command ``python -m pytest``. Running ``pytest`` directly may not work because PYTHONPATH is not handled the same way and local modules may not be found by the test runner.
|
||||
|
||||
3. 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. If you'd like to include automated renewal in your package:
|
||||
|
||||
- ``certbot renew -q`` should be added to crontab or systemd timer.
|
||||
- A random per-machine time offset should be included to avoid having a large number of your clients hit Let's Encrypt's servers simultaneously.
|
||||
- ``--preconfigured-renewal`` should be included on the CLI or in ``cli.ini`` for all invocations of Certbot, so that it can adjust its interactive output regarding automated renewal (Certbot >= 1.9.0).
|
||||
|
||||
4. ``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``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user