2023-02-16 14:24:29 +00:00
|
|
|
Index: rust-keylime-0.1.0+git.1676549716.5382ed9/keylime-agent.conf
|
2022-08-10 15:04:54 +00:00
|
|
|
===================================================================
|
2023-02-16 14:24:29 +00:00
|
|
|
--- rust-keylime-0.1.0+git.1676549716.5382ed9.orig/keylime-agent.conf
|
|
|
|
+++ rust-keylime-0.1.0+git.1676549716.5382ed9/keylime-agent.conf
|
|
|
|
@@ -19,13 +19,15 @@ version = "2.0"
|
2022-09-27 15:47:30 +00:00
|
|
|
# of 'SHA256(public EK in PEM format)'.
|
2023-02-16 14:24:29 +00:00
|
|
|
#
|
|
|
|
# To override, set KEYLIME_AGENT_UUID environment variable.
|
2022-09-27 15:47:30 +00:00
|
|
|
-uuid = "d432fbb3-d2f1-4a97-9ef7-75bd81c00000"
|
|
|
|
+# uuid = "d432fbb3-d2f1-4a97-9ef7-75bd81c00000"
|
|
|
|
+uuid = "generate"
|
2022-08-10 15:04:54 +00:00
|
|
|
|
2023-02-16 14:24:29 +00:00
|
|
|
# The binding IP address and port for the agent server
|
|
|
|
#
|
|
|
|
# To override ip, set KEYLIME_AGENT_IP environment variable.
|
|
|
|
# To override port, set KEYLIME_AGENT_PORT environment variable.
|
2022-09-27 15:47:30 +00:00
|
|
|
-ip = "127.0.0.1"
|
|
|
|
+# ip = "127.0.0.1"
|
|
|
|
+ip = "0.0.0.0"
|
|
|
|
port = 9002
|
2022-08-10 15:04:54 +00:00
|
|
|
|
|
|
|
# Address and port where the verifier and tenant can connect to reach the agent.
|
2023-02-16 14:24:29 +00:00
|
|
|
@@ -41,7 +43,8 @@ contact_port = 9002
|
|
|
|
# To override registrar_ip, set KEYLIME_AGENT_REGISTRAR_IP environment variable.
|
|
|
|
# To override registrar_port, set KEYLIME_AGENT_REGISTRAR_PORT environment
|
|
|
|
# variable.
|
2022-09-27 15:47:30 +00:00
|
|
|
-registrar_ip = "127.0.0.1"
|
|
|
|
+# registrar_ip = "127.0.0.1"
|
|
|
|
+registrar_ip = "<REMOTE_IP>"
|
2022-08-10 15:04:54 +00:00
|
|
|
registrar_port = 8890
|
|
|
|
|
2022-09-27 15:47:30 +00:00
|
|
|
# Enable mTLS communication between agent, verifier and tenant.
|
2023-02-16 14:24:29 +00:00
|
|
|
@@ -133,7 +136,8 @@ extract_payload_zip = true
|
|
|
|
#
|
|
|
|
# To override enable_revocation_notifications, set
|
|
|
|
# KEYLIME_AGENT_ENABLE_REVOCATION_NOTIFICATIONS environment variable.
|
|
|
|
-enable_revocation_notifications = true
|
|
|
|
+# enable_revocation_notifications = true
|
|
|
|
+enable_revocation_notifications = false
|
|
|
|
|
|
|
|
# The path to the directory containing the pre-installed revocation action
|
|
|
|
# scripts. Ideally should point to an fixed/immutable location subject to
|
|
|
|
@@ -151,7 +155,8 @@ revocation_actions_dir = "/usr/libexec/k
|
|
|
|
# KEYLIME_AGENT_REVOCATION_NOTIFICATION_IP environment variable.
|
|
|
|
# To override revocation_notification_port, set
|
|
|
|
# KEYLIME_AGENT_REVOCATION_NOTIFICATION_PORT environment variable.
|
2022-09-27 15:47:30 +00:00
|
|
|
-revocation_notification_ip = "127.0.0.1"
|
|
|
|
+# revocation_notification_ip = "127.0.0.1"
|
|
|
|
+revocation_notification_ip = "<REMOTE_IP>"
|
|
|
|
revocation_notification_port = 8992
|
|
|
|
|
|
|
|
# The path to the certificate to verify revocation messages received from the
|