-
Notifications
You must be signed in to change notification settings - Fork 2
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
Publish to npm? #2
Comments
Hi @Paul-Reed, Todo's for me:
|
The issue as I recall was that an error message was in the log about not finding the TXT record - https://discourse.nodered.org/t/acme/27043/41 although certificate renewals worked OK, and have done so for the past 18 months with no problems whatsoever (does that mean that it's also tested OK on Cloudflare?) The node makes the whole process so easy, and IMO it's one of your most useful nodes for us beginners. |
Well my node creates the TXT record, so I assume this node doesn't work entirely correct then for cloudflare. Some extra todo's:
And I said above that I would like to split this into two nodes: one node that requests a new certificate from Letsencrypt, and another keypair node. Because this node does too much in my opinion. On the other hand it is very convenient for a user that a single node does everything. Not sure at the moment what to do with that... |
And of course I need to update the dependency versions, to get all the fixes... |
I don't think its connected. Maybe update the dependencies & your PR, and we can recheck. I have 3 servers, 1 using your node, and 2 using certbot. |
Ok, deal. Thanks for the assitance! |
Morning Paul, I have been thinking about this, but I more and more think that I should create a basic keystore node. This node currently does WAY too much. |
I don't think that many people are using your node at the moment (as it has never been npm published) so it's a good opportunity to make whatever changes that you wish. I guess breaking the node down into specific flows, may make it easier to troubleshoot problems & future maintain. |
I've been using this on 2 linux machines now for what seems like years, Oh hang on, yes, it has been years !!!
It's worked great, and a shame not to share to the community, are you intending to npm publish it?
The text was updated successfully, but these errors were encountered: