1
0
mirror of https://github.com/actix/examples synced 2025-09-02 11:56:38 +02:00

migrate acme example to acme-rfc8555 (#635)

This commit is contained in:
Rob Ede
2023-09-11 00:45:01 +01:00
committed by GitHub
parent 196cb5d8b8
commit 22b4255fac
7 changed files with 374 additions and 357 deletions

View File

@@ -0,0 +1,5 @@
# 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.