dannybackx/acmeclient

0.9.6

Latest
uploaded 5 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.

3 examples

  • c-api
    This project modifies a sample HTTPS server in C to remove hardcoded certificates and integrate ACME for certificate management.
    13.80 KB
  • framework
    This is a stripped down version of a real application, to show the acmeclient.
    41.62 KB
  • simple
    58.15 KB