Procházet zdrojové kódy

Merge pull request #801 from pushytoxin/patch-1

When validating LE certs, do not wait for a random time
pull/803/head
Slavi Pantaleev před 5 roky
committed by GitHub
rodič
revize
9be9f43be7
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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 Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit