summaryrefslogtreecommitdiff
path: root/conf/plugins/imv-attestation.conf
blob: 48ffba83975545c53b18244d782f5cbb7b43459e (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
30
31
32
33
34
35
36
37
38
39
40
41
42
imc-attestation {

    # Dummy data if the TBOOT log is not retrieved.
    # pcr17_after =

    # Dummy data if the TBOOT log is not retrieved.
    # pcr17_before =

    # Dummy data if the TBOOT log is not retrieved.
    # pcr17_meas =

    # Dummy data if the TBOOT log is not retrieved.
    # pcr18_after =

    # Dummy data if the TBOOT log is not retrieved.
    # pcr18_before =

    # Dummy data if the TBOOT log is not retrieved.
    # pcr18_meas =

}

imv-attestation {

    # Path to directory with AIK cacerts.
    # cadir =

    # Preferred Diffie-Hellman group.
    # dh_group = ecp256

    # Preferred measurement hash algorithm.
    # hash_algorithm = sha256

    # Whether to load the plugin. Can also be an integer to increase the
    # priority of this plugin.
    load = yes

    # DH minimum nonce length.
    # min_nonce_len = 0

}