Page 1 of 1

announcement : library for ACME (automatically get certificates)

Posted: Sat Jan 04, 2020 11:06 am
by DannyBackx
The ACME protocol can be used to get certificates, the https://letsencrypt.org site allows you to use ACME to get free (no charge) certificates.

The library announced here implements ACME v2 (RFC 8555). An IoT device based on an ESP32 can obtain a certificate for secure communications this way.

An ACME server verifies whether the domain you request a certificate for is reachable. Many IoT devices are behind a NAT firewall which makes this hard. This library allows all that to work for multiple devices if you have one web server behind the firewall, on which the library can store a small file for a short period.

See https://esp32-acme-client.sourceforge.io .

Re: announcement : library for ACME (automatically get certificates)

Posted: Sun Jan 05, 2020 6:20 am
by WiFive
Cool, wish it was MPL though

Re: announcement : library for ACME (automatically get certificates)

Posted: Mon Jan 06, 2020 7:26 pm
by DannyBackx
Why MPL ?

I would be willing to relax the license, but e.g. the Apache License (http://www.apache.org/licenses/LICENSE-2.0) looks more interesting.
Opinions ?

Danny