dannybackx/acmeclient

1.1.0

Latest
uploaded 3 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. Also works with Google ACME, next to Letsencrypt.

3 examples

  • c-api
    This example shows that it is possible to use the acmeclient from C applications with a simple interface layer.
    13.74 KB
  • framework
    A stripped-down application demonstrating the acmeclient includes an unprofessional FTP server component for debugging.
    25.32 KB
  • simple
    This example shows how to build a secure web server on your device.
    37.67 KB