google / sxg-rs

A set of tools for generating signed exchanges at serve time.
Apache License 2.0
84 stars 20 forks source link

http_server: ACME implementation. #359

Closed twifkak closed 2 years ago

twifkak commented 2 years ago

Integrate ACME client support into http_server, and add installation docs.

Fixes #250.

Thanks to @antiphoton for help with ACME design and debugging.