From 4f7f4d136938c59de9ae2ad8339412207e8cc3ad Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Thu, 4 Dec 2025 12:36:56 +0100 Subject: [PATCH] Add verifier_url to reference configuration file Signed-off-by: Sergio Arroutbi --- keylime-agent.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keylime-agent.conf b/keylime-agent.conf index 1533ae0e..ad11d4f6 100644 --- a/keylime-agent.conf +++ b/keylime-agent.conf @@ -378,3 +378,7 @@ attestation_interval_seconds = 60 # To override enable_authentication, set # KEYLIME_AGENT_ENABLE_AUTHENTICATION environment variable. enable_authentication = false + +# Verifier URL (Push Model specific). +# Verifier URL containing schema, host and port +verifier_url = "https://localhost:8891"