Skip to content

Commit 9a9506e

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

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
@@ -207,7 +207,7 @@ allow_payload_revocation_actions = true
207207
#
208208
# Currently accepted values include:
209209
# - hashing: sha512, sha384, sha256 or sha1
210-
# - encryption: ecc or rsa
210+
# - encryption: rsa (alias for rsa2048), rsa1024, rsa2048, rsa3072, rsa4096, ecc (alias for ecc256), ecc192, ecc224, ecc256, ecc384, ecc521 or ecc_sm2.
211211
# - signing: rsassa, rsapss, ecdsa, ecdaa or ecschnorr
212212
#
213213
# To override tpm_hash_alg, set KEYLIME_AGENT_TPM_HASH_ALG environment variable.

0 commit comments

Comments
 (0)