Skip to content

Commit

Permalink
config: remove unused options
Browse files Browse the repository at this point in the history
The agent does not require to take ownership of the TPM and the NK key is
saved always in "agent_data.json".

Signed-off-by: Thore Sommer <[email protected]>
  • Loading branch information
THS-on committed Jun 7, 2022
1 parent 2d1088b commit 5e37699
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions keylime.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ agent_contact_port = 9002
registrar_ip = 127.0.0.1
registrar_port = 8890

# The name of the RSA key that Keylime should use for protecting shares of U/V.
rsa_keyname = tci_rsa_key

# The keylime working directory. Can be overriden by setting the KEYLIME_DIR
# environment variable. The default value is /var/lib/keylime
# keylime_dir = /var/lib/keylime
Expand All @@ -49,11 +46,6 @@ dec_payload_file = decrypted_payload
# The default below sets it to 1 megabyte.
secure_size = 1m

# Use this option to set the TPM ownerpassword to something you want to use.
# Set it to "generate" if you want Keylime to choose a random owner password
# for you.
tpm_ownerpassword = keylime

# Whether to allow the cloud_agent to automatically extract a zip file in
# the delivered payload after it has been decrypted, or not. Defaults to "true".
# After decryption, the archive will be unzipped to a directory in $keylime_dir/secure.
Expand Down

0 comments on commit 5e37699

Please sign in to comment.