mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-13 15:04:10 +01:00
recommend ``renew`` for renewal
settings for renewal are stored in /etc/letsencrypt/renewal/<domain>.conf - it is not necessary to specify them every time
This commit is contained in:
parent
feb4ae84ba
commit
464f5cdff3
|
|
@ -27,7 +27,7 @@ Also, the certificates will be in a folder under /etc/letsencrypt (see below) an
|
||||||
|
|
||||||
A note about renewal
|
A note about renewal
|
||||||
--------------------
|
--------------------
|
||||||
These certificates will expire in 3 months. To renew certificates, just repeat this step.
|
These certificates will expire in 3 months. To renew certificates, run ```letsencrypt-auto renew```. It is recommended to create a cronjob, which attempts renewal twice a day. Depending on your distribution, that could be already configured.
|
||||||
|
|
||||||
2: Install Certificates
|
2: Install Certificates
|
||||||
=======================
|
=======================
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue