Read Traefik's mode-0600 ACME storage and protected access log.
traefik.acme_domainstraefik.acme_cert_expirytraefik.log_grep_4xxtraefik.log_grep_5xx
Run the Emisar service as root
sudo install -d -m 0755 /etc/systemd/system/emisar.service.d printf '%s\n' '[Service]' 'User=root' 'Group=root' | sudo tee /etc/systemd/system/emisar.service.d/10-traefik-host-access.conf >/dev/null sudo systemctl daemon-reload sudo systemctl restart emisar
test "$(systemctl show emisar --property=User --value)" = root
Impact: Every Emisar action on this runner executes as root. The ACME file contains private keys and account material even though these actions project only certificate metadata.