2022-06-14 11:50:32 +00:00
|
|
|
Index: rust-keylime-0.1.0+git.1655143451.7c4121e/keylime.conf
|
2021-11-25 15:22:45 +00:00
|
|
|
===================================================================
|
2022-06-14 11:50:32 +00:00
|
|
|
--- rust-keylime-0.1.0+git.1655143451.7c4121e.orig/keylime.conf
|
|
|
|
+++ rust-keylime-0.1.0+git.1655143451.7c4121e/keylime.conf
|
2021-11-19 13:51:44 +00:00
|
|
|
@@ -4,7 +4,8 @@
|
2021-07-28 13:39:06 +00:00
|
|
|
|
2021-11-19 13:51:44 +00:00
|
|
|
# Revocation IP & Port used by either the cloud_agent or keylime_ca to receive
|
|
|
|
# revocation events from the verifier.
|
|
|
|
-receive_revocation_ip = 127.0.0.1
|
|
|
|
+# receive_revocation_ip = 127.0.0.1
|
|
|
|
+receive_revocation_ip = <REMOTE_IP>
|
|
|
|
receive_revocation_port = 8992
|
|
|
|
|
|
|
|
|
|
|
|
@@ -13,7 +14,8 @@ receive_revocation_port = 8992
|
2021-07-28 13:39:06 +00:00
|
|
|
#=============================================================================
|
|
|
|
|
2021-11-19 13:51:44 +00:00
|
|
|
# The binding address and port for the agent server
|
2021-07-28 13:39:06 +00:00
|
|
|
-cloudagent_ip = 127.0.0.1
|
|
|
|
+# cloudagent_ip = 127.0.0.1
|
|
|
|
+cloudagent_ip = 0.0.0.0
|
|
|
|
cloudagent_port = 9002
|
|
|
|
|
2021-11-19 13:51:44 +00:00
|
|
|
# Address and port where the verifier and tenant can connect to reach the agent.
|
|
|
|
@@ -22,7 +24,8 @@ agent_contact_ip = 127.0.0.1
|
|
|
|
agent_contact_port = 9002
|
2021-07-28 13:39:06 +00:00
|
|
|
|
2021-11-19 13:51:44 +00:00
|
|
|
# The address and port of registrar server which agent communicate with
|
2021-07-28 13:39:06 +00:00
|
|
|
-registrar_ip = 127.0.0.1
|
|
|
|
+# registrar_ip = 127.0.0.1
|
2021-11-19 13:51:44 +00:00
|
|
|
+registrar_ip = <REMOTE_IP>
|
2021-07-28 13:39:06 +00:00
|
|
|
registrar_port = 8890
|
|
|
|
|
2022-06-14 11:50:32 +00:00
|
|
|
# The keylime working directory. Can be overriden by setting the KEYLIME_DIR
|