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 example is a work in progress for a C-based ACME client integration, modified to fetch resources from ACME certificates.
    13.74 KB
  • framework
    This is a stripped down version of a real application, to show the acmeclient.
    41.62 KB
  • simple
    55.39 KB