Kaynağa Gözat

Merge pull request #801 from pushytoxin/patch-1

When validating LE certs, do not wait for a random time
pull/803/head
Slavi Pantaleev 5 yıl önce
committed by GitHub
ebeveyn
işleme
9be9f43be7
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      roles/matrix-nginx-proxy/templates/usr-local-bin/matrix-ssl-lets-encrypt-certificates-renew.j2

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

@@ -27,4 +27,5 @@ docker run \
--standalone \
--preferred-challenges http \
--agree-tos \
--email={{ matrix_ssl_lets_encrypt_support_email }}
--email={{ matrix_ssl_lets_encrypt_support_email }} \
--no-random-sleep-on-renew

Yükleniyor…
İptal
Kaydet