You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: keylime-agent.conf
+12-2
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,10 @@ tpm_signing_alg = "rsassa"
227
227
# To override ek_handle, set KEYLIME_AGENT_EK_HANDLE environment variable.
228
228
ek_handle = "generate"
229
229
230
-
# Enable IDevID and IAK usage and set their algorithms.
230
+
# Enable IDevID and IAK usage
231
+
enable_iak_idevid = true
232
+
233
+
# Select IDevID and IAK templates or algorithms for regenerating the keys.
231
234
# By default the template will be detected automatically from the certificates. This will happen if iak_idevid_template is left empty or set as "default" or "detect".
232
235
# Choosing a template will override the name and asymmetric algorithm choices. To use these choices, set iak_idevid_template to "manual"
233
236
# Templates are specified in the TCG document found here, section 7.3.4:
0 commit comments