2
0
mirror of https://github.com/therootcompany/greenlock.js.git synced 2025-03-02 14:50:45 +00:00

Greenlock dependency in Redbird #5

Open
opened 2019-10-15 16:50:21 +00:00 by Ghost · 2 comments

Hello,

as you are aware Redbird (https://github.com/OptimalBits/redbird) depends on greenlock. Many users use redbird in production so the question is if there is going to be a new release of greenlock before nov 1:st so that we can upgrade before the old one stops working?.

Hello, as you are aware Redbird (https://github.com/OptimalBits/redbird) depends on greenlock. Many users use redbird in production so the question is if there is going to be a new release of greenlock before nov 1:st so that we can upgrade before the old one stops working?.
Owner

Yes.

Check out https://igg.me/at/greenlock for updates.

Since Let's Encrypt (quietly) extended the deadline, I'm going to take a little more time going from v3-beta to v3.0.0, but I plan to get that beta out this week.

Yes. Check out https://igg.me/at/greenlock for updates. Since Let's Encrypt (quietly) extended the deadline, I'm going to take a little more time going from v3-beta to v3.0.0, but I plan to get that beta out this week.
Owner

@manast The new version is out.

See https://git.rootprojects.org/root/greenlock.js

and https://git.rootprojects.org/root/greenlock.js/src/branch/master/MIGRATION_GUIDE_V2_V3.md

approveDomains goes away.

Now, whenever you add a domain in the upper layer, you call add() on greenlock:

greenlock.add({ subject, altnames })

Renewals run constantly and will call the manage and store callbacks at the appropriate time.

@manast The new version is out. See https://git.rootprojects.org/root/greenlock.js and https://git.rootprojects.org/root/greenlock.js/src/branch/master/MIGRATION_GUIDE_V2_V3.md `approveDomains` goes away. Now, whenever you add a domain in the upper layer, you call `add()` on greenlock: ```js greenlock.add({ subject, altnames }) ``` Renewals run constantly and will call the `manage` and `store` callbacks at the appropriate time.
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: root/greenlock.js#5
No description provided.