2

Letsencrypt.sh eab


T
Toon Van Dooren

The script already supports zero SSL:
if [ "${ACME}" = "zerossl" ]; then
API_URI="acme.zerossl.com/v2/DV90"

However, Sectigo now also supports ACME.

To make this work, the Sectigo url should be added and an option to provide EAB credentials.

--eab --kid $KID --hmac $HMAC

A