uploaded 2 months 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.

3 examples

  • c-api
    This is a C language-based example of an HTTPS server modified to fetch certificates with ACME. It includes WiFi connectivity but lacks a realistic fixed IP setup.
    13.74 KB
  • framework
    This is a stripped down version of a real application to demonstrate the acmeclient.
    41.62 KB
  • simple
    39.82 KB