This project demonstrates an ACME client that runs Nucleo-H743ZI evaluation board.

Instructions to run the demo:

- Customize APP_ACME_ACCOUNT_CONTACT with a valid e-mail address (in app_main.c)
- Customize APP_ACME_DOMAIN_NAME with the public hostname of your server (in app_main.c)
- Compile the project and run a debug session
- Connect a terminal (115200 bauds, no parity, no flow control) to the virtual COM port of the ST-Link to output log messages
- Plug Ethernet cable
- The board acquires an IPv4 address (using DHCP), a link-local IPv6 address and a global IPv6 address (using SLAAC)
- The board automatically gets a certificate from the Let's Encrypt server (using ACME protocol)
