Hint: Please read the main article on server certificates first. This also explains what ACME is

Activating/Authorizing an ACME account is only required in special cases where the ACME server cannot access your server through HTTP/HTTPS, e.g. due to missing DNS entry or missing firewall access through you institute firewall or the enterprice cloud firewall). In most cases, however, ACME should work out of the box as described on the overview page about server certificates.

 

Activation process


Please follow these steps:

Register an ACME account

Linux with certbot

More information about cerbot: https://certbot.eff.org/
 

Windows with simple-acme

Further information about simple-acme : https://simple-acme.com/ 
 

Display ACME account permissions

The following command shows which domains an ACME account is authorized for:
curl https://acme.pki.cert.tu-dresden.de/account/urn:uuid:$account_uuid
Hint: to improve formatting, please install the "jq" and pipe the output through jq:
curl https://acme.pki.cert.tu-dresden.de/account/urn:uuid:$account_uuid | jq