Skip to content

Commit

Permalink
Merge pull request certbot#1784 from devvmh/patch-2
Browse files Browse the repository at this point in the history
Mention the --renew-by-default flag
  • Loading branch information
pde committed Dec 6, 2015
2 parents 591d8a2 + f2a93e0 commit ce0ea2b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,11 @@ Renewal
In order to renew certificates simply call the ``letsencrypt`` (or
letsencrypt-auto_) again, and use the same values when prompted. You
can automate it slightly by passing necessary flags on the CLI (see
`--help all`), or even further using the :ref:`config-file`. If you're
sure that UI doesn't prompt for any details you can add the command to
``crontab`` (make it less than every 90 days to avoid problems, say
every month).
`--help all`), or even further using the :ref:`config-file`. The
``--renew-by-default`` flag may be helpful for automating renewal. If
you're sure that UI doesn't prompt for any details you can add the
command to ``crontab`` (make it less than every 90 days to avoid
problems, say every month).

Please note that the CA will send notification emails to the address
you provide if you do not renew certificates that are about to expire.
Expand Down

0 comments on commit ce0ea2b

Please sign in to comment.