#letsencrypt #warp #org #encryption #tls #serve #domain

lets-encrypt-warp

Simple use of letsencrypt.org with warp

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

#1962 in Cryptography

Apache-2.0/MIT

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

~21–36MB
~701K SLoC