ctm / actix-web-lets-encrypt

Let's Encrypt SSL support for Actix web applications using acme-client
The Unlicense
19 stars 3 forks source link

support actix-web 1.0 #1

Open ctm opened 5 years ago

ctm commented 5 years ago

Per Nikolay Kim's comment, integrate with actix-net.

FWIW, I am likely to need some clarification and perhaps pointers to do this, but I've poked around a bit and see some initial steps I can take.

ctm commented 5 years ago

Now that actix-web is at 1.0 and there are new examples, I think I can glean enough to make actix-web-lets-encrypt work with 1.0 and also not be openssl specific.

Exactly when I'll get around to doing this is unclear, but it should be fun and the end product might be useful to people other than myself.