Skip to content

Commit 47a80bf

Browse files
THS-onansasaki
authored andcommitted
keylime-agent.conf: only mention ecdsa and rsassa for signing
The other algorithms, while supported by the TPM, are not supported on the Keylime verifier side. Signed-off-by: Thore Sommer <[email protected]>
1 parent 289d4bf commit 47a80bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keylime-agent.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ allow_payload_revocation_actions = true
218218
# Currently accepted values include:
219219
# - hashing: sha512, sha384, sha256 or sha1
220220
# - encryption: ecc or rsa
221-
# - signing: rsassa, rsapss, ecdsa, ecdaa or ecschnorr
221+
# - signing: rsassa or ecdsa
222222
#
223223
# To override tpm_hash_alg, set KEYLIME_AGENT_TPM_HASH_ALG environment variable.
224224
# To override tpm_encryption_alg, set KEYLIME_AGENT_TPM_ENCRYPTION_ALG

0 commit comments

Comments
 (0)