Blob Blame History Raw
--- agent.conf.ORIG	2023-01-23 09:36:14.664727104 +0100
+++ agent.conf	2023-01-23 09:42:57.400962866 +0100
@@ -16,10 +16,12 @@
 # 'dmidecode -s system-uuid'.
 # If you set this to "hostname", Keylime will use the full qualified domain
 # name of current host as the agent id.
-uuid = "d432fbb3-d2f1-4a97-9ef7-75bd81c00000"
+# uuid = "d432fbb3-d2f1-4a97-9ef7-75bd81c00000"
+uuid = hostname
 
 # The binding address and port for the agent server
-ip = "127.0.0.1"
+# ip = "127.0.0.1"
+ip = 0.0.0.0
 port = 9002
 
 # Address and port where the verifier and tenant can connect to reach the agent.
@@ -28,7 +30,8 @@
 contact_port = 9002
 
 # The address and port of registrar server which agent communicate with
-registrar_ip = "127.0.0.1"
+# registrar_ip = "127.0.0.1"
+registrar_ip = <REMOTE_IP>
 registrar_port = 8890
 
 # Enable mTLS communication between agent, verifier and tenant.
@@ -102,7 +105,8 @@
 enable_revocation_notifications = true
 
 # The IP to listen for revocation notifications via ZeroMQ
-revocation_notification_ip = "127.0.0.1"
+# revocation_notification_ip = "127.0.0.1"
+revocation_notification_ip = <REMOTE_IP>
 
 # The port to listen for revocation notifications via ZeroMQ
 revocation_notification_port = 8992