blob: 2d8deaa8e1995396e03bf2230ad80a2c092b6a1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
imc-attestation {
# AIK encrypted private key blob file.
# aik_blob =
# AIK certificate file.
# aik_cert =
# AIK public key file.
# aik_key =
# Whether to load the plugin. Can also be an integer to increase the
# priority of this plugin.
load = yes
# Enforce mandatory Diffie-Hellman groups.
# mandatory_dh_groups = yes
# DH nonce length.
# nonce_len = 20
# Whether to send pcr_before and pcr_after info.
# pcr_info = yes
# Use Quote2 AIK signature instead of Quote signature.
# use_quote2 = yes
}
|