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"