Merge pull request #801 from pushytoxin/patch-1
When validating LE certs, do not wait for a random time
This commit is contained in:
commit
9be9f43be7
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue