dannybackx/acmeclient

0.9.8

Latest
uploaded 4 hours ago
This is an ACME client for ESP (ESP32, etc) devices, so your IoT can fetch their own certificate for secure communication. ACME is a protocol (see <a href="https://tools.ietf.org/html/rfc8555">RFC8555</a>) for automatic certificate management. Sites such as letsencrypt.org allow you to obtain free (no charge) certificates in an automated way using the ACME protocol. Now also supporting the ARI protocol, to learn about when to renew a certificate.

3 examples

  • c-api
    This example demonstrates the possibility of using acmeclient from C applications with a simple interface layer.
    13.74 KB
  • framework
    This is a stripped down version of a real application to demonstrate the acmeclient, including a basic FTP server for debugging.
    25.32 KB
  • simple
    34.55 KB