-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node 14: Upgrade greenlock and other dependencies #270
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for the PR, highly appreciated.
Okay nice @manast, with my last commit I have also removed the renew logic but kept the parameters of the |
…ead of node_modules/redbird
@manast Greenlock requires two config files:
which are automatically generated by Greenlock if they are not found. Before my last commit they were created in the I hope everything works now. I would be happy about improvements, tests and feedback. |
I have upgrade greenlock (and this plugins) to v4 to get redbird working on Node 14.
This has other advantages, greenlock renews the certificates by itself, so the renewal logic can be removed (but I didn't do it to not break anything and to stay downward compatible).
Other changes: