Server farm? #23
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some guidance for how to deal with multiple servers such that they don't all renew at same time and sharing the certificate betwixt them.
In my case the servers have a shared volume where the cert can be stored. However if Server A does the renewal and a new cert is present how can Server B discover this and therefore not attempt renewal? I am assuming a restart of Server B is necessary, does that seem correct?
Actually, it should work just fine. The update times are random within a range (I believe between 15 and 10 days before expiration is the default) and a
checkCertificate
always happens just before attempting to renew a certificate.I haven't given
greenlock-cluster
any love for a long while, but it specifically benefitted from (and contributed to) this design choice.:)
Let me know if you have any troubles. How has your experience been so far?
That's great. Nice job with all of this.
My experience so far has been good.
I'll let you know if I run into anything.