-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Automatically obtain certificates #146
Comments
Hello @xmh0511 I know such a function is very useful. But in my opinion, it makes Personally I am using |
I’m guessing it’s worth the effort, because if I (and I’m guessing others) are looking for an alternative to the caddy functionality, which, after all the tests is slow, to find either a HAproxy, which will also require significant additional adjustments, or a nginx proxy manager, I which is not even easy, there may be problems with configurations. This functionality also added significant popularity to the rust-rpxy. My case is the need to set up servicing of many clients domains that are sent to a number of internal services, with the transfer of the original domain for further processing:
|
Hmmm, Okay, I will consider positively. In my current idea, using Any opinion? |
Traefik use json as store. |
@junkurihara I think if you add this feature, you will resolve a lot of friction of using rust-rpxy. |
I just made a draft PR #168 for supporting TLS-ALPN-01 ACME in |
I merged #168 to |
Just submitted a post on reddit https://www.reddit.com/user/jqtype/comments/1eacz01/announcement_rpxy_finally_supports_the_automatic/ |
Just released 0.9.0 supporting ACME. Close this! |
This function is demanded, which likes what
caddy
does.The text was updated successfully, but these errors were encountered: