1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/https-tls/acme-letsencrypt/README.md

6 lines
281 B
Markdown

# Automatic Let's Encrypt TLS/HTTPS using OpenSSL
We use [`an ACME client library`](https://github.com/x52dev/acme-rfc8555) 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.