Server farm? #23

已關閉
opened 2018-11-08 20:28:22 +00:00 by Ghost · 2 comment

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?

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?

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?
Author

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.

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.
Ghost closed this issue 2018-11-08 21:01:13 +00:00
登入 才能加入這對話。
未選擇標籤
2 參與者
訊息
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coolaj86/greenlock.js-ARCHIVED#23
No description provided.