1
0
mirror of https://github.com/actix/examples synced 2025-01-22 05:55:56 +01:00
examples/https-tls/acme-letsencrypt
2024-07-07 02:51:12 +01:00
..
2024-05-25 05:36:36 +01:00
2024-07-07 02:51:12 +01:00

Automatic Let's Encrypt TLS/HTTPS using OpenSSL

We use an ACME client library to auto-generate TLS/HTTPS certificates for a given domain and then start our real web server with the obtained certificate.

Process is explained in code.