-
Notifications
You must be signed in to change notification settings - Fork 182
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
[ENHANCEMENTS] Acme / Lets Encrypt SSL renewal #6
Comments
We are working towards this target and hope it will be included later! |
Hi @yeungalan, thanks for your help! Looking forward to ACME integration to Zoraxy soon 👍🏻 |
another vote, with dns validation for namecheap. perhaps utlize the caddy plugins? Either way, once this gets implemented I will be switching as this project looks awesome! |
once this gets implemented I will be switching also |
I found https://github.com/go-acme/lego, a project that implements the LE/ACME libraries in Go specifically. Seemingly supports everything important (auto renew, DNS API, etc) Could hopefully make it a bit easier to cleanly integrate. A usage example for the 'as a library' usecase is also available, https://go-acme.github.io/lego/usage/library/ |
@rekonnected Thanks for the suggestion. We are using lego to write our ACME module and @yeungalan have provided us a working prototype for renew function. Now we are in the progress of optimizing the UX for noobs (which is in fact, most of the time spent in developing a new function for Zoraxy) |
Is your feature request related to a problem? Please describe.
To save having to re-upload the public / private keys every 3 months it would be great if auto renewal could be built in.
Personally i'd need DNS validation for cloudflare
The text was updated successfully, but these errors were encountered: