dannybackx/acmeclient

0.1.0

Latest
uploaded 2 years 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 RFC8555) 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.

2 examples

  • framework
    This is a stripped down version of a real application, to show the acmeclient.
    41.63 KB
  • standalone
    This project is a modified version of an HTTPS server example, which removes hardcoded certificates and adjusts the server start function to utilize…
    14.55 KB