ACME client library for ESP32
Copyright © 2019, 2020, 2021, 2023, 2024 by Danny Backx
ACME is a protocol (see https://tools.ietf.org/html/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.
This library allows you to get certificates for IoT devices based on the ESP32.
More info in https://sourceforge.net/p/esp32-acme-client/code/HEAD/tree/trunk/Readme.md.
Specific configuration examples and technology overview is in https://sourceforge.net/p/esp32-acme-client/code/HEAD/tree/trunk/components/acmeclient/Configurations.md.
You can get this component from Espressif's component registry ( https://components.espressif.com/components?q=dannybackx ). Put this component into your project with
idf.py add-dependency dannybackx/acmeclient
Features
- development library
- free certificate
- enable secure communication
- embedded device
- IoT
- internet of things