Add basic docs on renewal (fixes #951).

This commit is contained in:
Jakub Warmuz 2015-10-25 12:15:03 +00:00
parent ce4452d65b
commit 38036b758c
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -130,6 +130,25 @@ that's not enough, you can always :ref:`write your own plugin
<dev-plugin>`.
Renewal
=======
.. note:: Let's Encrypt CA issues short lived certificates (90
days). Make sure you renew the certificates at least once in 3
months.
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).
Let's Encrypt is working hard on automating the renewal process. Until
the tool is ready, we are sorry for the inconvenience!
Where are my certificates?
==========================
@ -197,6 +216,8 @@ will cause nasty errors served through the browsers!
benefit from automatic renewal_!
.. _config-file:
Configuration file
==================