11 releases
0.3.0 | Nov 20, 2022 |
---|---|
0.2.1 | Oct 23, 2022 |
0.2.0 | Jan 21, 2020 |
0.1.0 | Aug 18, 2019 |
0.0.6 | Jul 21, 2019 |
#1923 in Cryptography
40 downloads per month
12KB
139 lines
Let's encrypt warp
This rust crate makes TLS encryption with warp very easy. You just specify your domain name, and it works, provided your program has permissions to serve on ports 80 and 443.
lib.rs
:
A very simple crate to use letsencrypt.org
to serve an encrypted
website using warp.
Dependencies
~16–33MB
~516K SLoC