keylime_verifier - Man Page

Keylime verifier service for agent attestation

Synopsis

keylime_verifier

(Most operations require root privileges, use with sudo)

Description

The verifier is a long-running service that attests registered agents. It accesses the registrar database to obtain agent data, and optionally performs measured boot evaluation and durable attestation. The service does not accept command-line options; its behavior is configured via configuration files and environment variables, and it is managed by keylime tenant.

Configuration

Primary configuration is read from /etc/keylime/verifier.conf (or an override via env). All options are under the [verifier] section.

Essentials: - uuid: Unique identifier for this verifier instance - ip, port: Bind address and HTTP port - registrar_ip, registrar_port: Registrar endpoint - enable_agent_mtls: Enable mTLS with agents and tenant - tls_dir: TLS material location

Environment

Files

Runtime

Start from system install:

sudo keylime_verifier

Start as a systemd service:

systemctl enable --now keylime_verifier

Open firewall ports (adjust if you changed ports):

firewall-cmd --add-port 8881/tcp
firewall-cmd --runtime-to-permanent

Notes

See Also

keylime_registrar(8), keylime_tenant(1), keylime_agent(8)

Bugs

Report bugs at <https://github.com/keylime/keylime/issues>

Author

Keylime Developers

Referenced By

keylime-policy(1), keylime_registrar(8), keylime_tenant(1).

September 2025