dannybackx/acmeclient

0.9.4

Latest
uploaded 3 days 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 project is a work in progress implementing a C language interface for an ACME component, modifying a basic HTTPS server example to use dynamic certificates.
    13.74 KB
  • framework
    This is a stripped down version of a real application, to show the acmeclient.
    41.62 KB
  • simple
    31.83 KB