Read root-owned or otherwise restricted certificate, key, and PKCS#12 files.
ssl.find_certsssl.cert_textssl.cert_expiryssl.cert_fingerprintssl.key_modulusssl.verify_chainssl.pkcs12_info
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-ssl-local-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. These reads can reach private keys and PKCS#12 bundles even though pack output never intentionally prints key bytes.