Explorar el Código

Merge pull request #801 from pushytoxin/patch-1

When validating LE certs, do not wait for a random time
pull/803/head
Slavi Pantaleev hace 5 años
committed by GitHub
padre
commit
9be9f43be7
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 Ver fichero

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

Cargando…
Cancelar
Guardar