Kaynağa Gözat

Fix SSL renewal script

Regression since 299a8c4c7c
pull/88/head
Slavi Pantaleev 7 yıl önce
ebeveyn
işleme
c2b1cf7f93
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      roles/matrix-nginx-proxy/templates/usr-local-bin/matrix-ssl-lets-encrypt-certificates-renew.j2

+ 1
- 1
roles/matrix-nginx-proxy/templates/usr-local-bin/matrix-ssl-lets-encrypt-certificates-renew.j2 Dosyayı Görüntüle

@@ -19,7 +19,7 @@ docker run \
renew \ renew \
--non-interactive \ --non-interactive \
--work-dir=/tmp \ --work-dir=/tmp \
--http-01-port 8080
--http-01-port 8080 \
{% if matrix_ssl_lets_encrypt_staging %} {% if matrix_ssl_lets_encrypt_staging %}
--staging \ --staging \
{% endif %} {% endif %}


Yükleniyor…
İptal
Kaydet