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.
certbot show_account --server https://acme.pki.cert.tu-dresden.de
install certbot:
Debian/Ubuntu:
sudo apt install certbot python3-certbot-apache
if nginx is used, install python3-certbot-nginx instead
OpenSuSE/SLES:
sudo zypper install python3-certbot python3-certbot-apache
register ACME Account:
sudo certbot register -m ADMIN-EMAIL@tu-dresden.de --server https://acme.pki.cert.tu-dresden.de/
More information about cerbot: https://certbot.eff.org/
extract the downloaded zip file
register an ACME Account:
./wacs.exe --register --emailaddress ADMIN-EMAIL@tu-dresden.de --baseuri "https://acme.pki.cert.tu-dresden.de/"
Further information about simple-acme : https://simple-acme.com/
curl https://acme.pki.cert.tu-dresden.de/account/urn:uuid:$account_uuidHint: 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