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: docs/guides/infineon_trustm_provisioning.md
+13-7
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,9 @@ can be used to perform provisioning by following the steps mentioned below.
30
30
31
31
```
32
32
$ cd linux-optiga-trust-m/
33
-
$ ./trustm_installation_aarch64_script.sh
33
+
$ git checkout provider_dev
34
+
$ git submodule update -f
35
+
$ ./provider_installation_script.sh
34
36
```
35
37
36
38
- Run the script to generate Matter test DAC for lock-app using the public key
@@ -39,13 +41,13 @@ can be used to perform provisioning by following the steps mentioned below.
39
41
40
42
```
41
43
$ cd scripts/matter_provisioning/
42
-
$ ./matter_dac_provisioning.sh
44
+
$ ./matter_test_provisioning.sh
43
45
```
44
46
45
47
_Note:_
46
48
47
-
_By running this example matter_dac_provisioning.sh, the steps shown below are
48
-
executed:_
49
+
_By running this example `matter_test_provisioning.sh`, the steps shown below
50
+
are executed:_
49
51
50
52
_Step1: Extract the public key from the Infineon pre-provisioned
51
53
Certificate(0xE0E0) using openssl command._
@@ -55,7 +57,11 @@ _Step2: Generate DAC test certificate using the extracted public key, Signed by
55
57
Please note that production devices cannot re-use these test keys/certificates.
56
58
57
59
_Step3: Write DAC test certificate into OPTIGA™ Trust M certificate slot
58
-
0xE0E0_
60
+
0xE0E0._
59
61
60
-
\_Step4: Write Matter test PAI into OPTIGA™ Trust M certificate slot
61
-
0xE0E8 and test CD into OPTIGA™ Trust M Arbitrary OID 0xF1E0.
62
+
_Step4: Write Matter test PAI into OPTIGA™ Trust M certificate slot 0xE0E8
63
+
and test CD into OPTIGA™ Trust M Arbitrary OID 0xF1E0._
64
+
65
+
For certificate claim and OPTIGA™ Trust M MTR provisioning, please refer
66
+
to our
67
+
[README for Late-stage Provisioning](https://github.com/Infineon/linux-optiga-trust-m/blob/provider_dev/scripts/matter_provisioning/README.md#certificate-claiming)
0 commit comments