Skip to content

Commit bded81f

Browse files
committed
keylime-agent.conf: add all accepted TPM encryption algs
Signed-off-by: Thore Sommer <[email protected]>
1 parent a980623 commit bded81f

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
@@ -217,7 +217,7 @@ allow_payload_revocation_actions = true
217217
#
218218
# Currently accepted values include:
219219
# - hashing: sha512, sha384, sha256 or sha1
220-
# - encryption: ecc or rsa
220+
# - encryption: rsa (alias for rsa2048), rsa1024, rsa2048, rsa3072, rsa4096, ecc (alias for ecc256), ecc192, ecc224, ecc256, ecc384, ecc521 or ecc_sm2.
221221
# - signing: rsassa, rsapss, ecdsa, ecdaa or ecschnorr
222222
#
223223
# To override tpm_hash_alg, set KEYLIME_AGENT_TPM_HASH_ALG environment variable.

0 commit comments

Comments
 (0)