logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 3b05f834f4987fea4c7a48045105a24e6b1765a4
parent: ce827a1626a56ce8574cf13d29c6a3d799d3e80d
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Mon,  1 Jul 2019 04:52:42 +0000

Merge branch 'fix/docs-dry-run' into 'develop'

OTP Release install docs: Remove --dry-run in cron certbot command

See merge request pleroma/pleroma!1366

Diffstat:

Mdocs/installation/otp_en.md4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md @@ -207,7 +207,7 @@ certbot renew --cert-name yourinstance.tld --webroot -w /var/lib/letsencrypt/ -- # Add it to the daily cron echo '#!/bin/sh -certbot renew --cert-name yourinstance.tld --webroot -w /var/lib/letsencrypt/ --dry-run --post-hook "systemctl reload nginx" +certbot renew --cert-name yourinstance.tld --webroot -w /var/lib/letsencrypt/ --post-hook "systemctl reload nginx" ' > /etc/cron.daily/renew-pleroma-cert chmod +x /etc/cron.daily/renew-pleroma-cert @@ -228,7 +228,7 @@ certbot renew --cert-name yourinstance.tld --webroot -w /var/lib/letsencrypt/ -- # Add it to the daily cron echo '#!/bin/sh -certbot renew --cert-name yourinstance.tld --webroot -w /var/lib/letsencrypt/ --dry-run --post-hook "rc-service nginx reload" +certbot renew --cert-name yourinstance.tld --webroot -w /var/lib/letsencrypt/ --post-hook "rc-service nginx reload" ' > /etc/periodic/daily/renew-pleroma-cert chmod +x /etc/periodic/daily/renew-pleroma-cert