HARICA ACME Server nutzen

Certbot

Apache

apt install -y certbot python3-certbot-apache --no-install-recommends --no-install-suggests
certbot --apache -d `hostname -f`  --agree-tos --register-unsafely-without-email  --non-interactive --no-redirect  --eab-kid <Key ID> --eab-hmac-key <HMAC Key> --server <Server URL>

Nginx

apt install -y certbot python3-certbot-nginx --no-install-recommends --no-install-suggests
certbot --nginx -d `hostname -f`  --agree-tos --register-unsafely-without-email  --non-interactive --no-redirect  --eab-kid <Key ID> --eab-hmac-key <HMAC Key> --server <Server URL>