Add a notification e-mail address to acme.sh's Let's Encrypt account registration #28
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The acme.sh ACME client used on
emma.ccchb.de
switched its default ACME service from Let's Encrypt to ZeroSSL. They require accounts to provide an email address to register that's used (among other things?) as default notification addresss for expiring certificates.Restore the previous ACME server by using
--server letsencrypt
with all acme.sh calls (overkill) and provide--email root@ccchb.de
as account address even if Let's Encrypt doesn't require an address to catch broken auto-renewal before the users are inconvenienced by expired certificates.