Przeglądaj źródła

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 lat temu
committed by GitHub
rodzic
commit
9be9f43be7
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć
  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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz