|
@@ -52,9 +52,9 @@ echo "Delete /${git_dir}"
|
|
echo "Git clone ${GIT_URL}"
|
|
echo "Git clone ${GIT_URL}"
|
|
cd / && git clone https://${GIT_USER}:$(cat /run/secrets/provision-pass)@${GIT_URL} && cd /${git_dir} && git checkout ${branch}
|
|
cd / && git clone https://${GIT_USER}:$(cat /run/secrets/provision-pass)@${GIT_URL} && cd /${git_dir} && git checkout ${branch}
|
|
|
|
|
|
-#certbot renew --dry-run --config-dir /${git_dir}/letsencrypt
|
|
|
|
-#if [ $? -ne 0 ];then message="letsencrypt. Can't execute "dry-run" renew procces. Renew certs and keys will be skipped!!!"; mail_send; exit 1;fi
|
|
|
|
-#clear_log
|
|
|
|
|
|
+certbot renew --dry-run --config-dir /${git_dir}/letsencrypt
|
|
|
|
+if [ $? -ne 0 ];then message="letsencrypt. Can't execute "dry-run" renew procces. Renew certs and keys will be skipped!!!"; mail_send; exit 1;fi
|
|
|
|
+clear_log
|
|
|
|
|
|
echo "Renewal certs and keys"
|
|
echo "Renewal certs and keys"
|
|
certbot renew --config-dir /${git_dir}/${CERT_SUBDIR}/letsencrypt >> ${LOG_FILE} 2>&1
|
|
certbot renew --config-dir /${git_dir}/${CERT_SUBDIR}/letsencrypt >> ${LOG_FILE} 2>&1
|