dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 6bdfd5844686d45b652ff143147e6fe12454304b (tree)
parent 52b9c9ba07fd7551b5ef8dc7d537b88d2d5cb649
Author: Motiejus Jakštys <desired.mta@gmail.com>
Date:   Mon, 13 Apr 2020 11:06:11 +0300

remove --disable-check

Diffstat:
Mroot/iot3/etc/nginx/letsencrypt/cron_renew_cert | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/root/iot3/etc/nginx/letsencrypt/cron_renew_cert b/root/iot3/etc/nginx/letsencrypt/cron_renew_cert @@ -2,7 +2,7 @@ set -euo pipefail pushd /etc/nginx/letsencrypt -acme-tiny --disable-check --account-key account.key --csr domain.csr --acme-dir /var/www/challenges/ > signed_chain.crt.tmp +acme-tiny --account-key account.key --csr domain.csr --acme-dir /var/www/challenges/ > signed_chain.crt.tmp mv signed_chain.crt.tmp signed_chain.crt systemctl reload nginx popd