Skip to content

Commit 80c19cd

Browse files
ying-cssandy31415restyled-commits
authored
Updated guide for Infineon Trust M provisioning (project-chip#33132)
* 1)Updated guide for Infineon Trust M provisioning * Update docs/guides/infineon_trustm_provisioning.md Co-authored-by: Andrei Litvin <andy314@gmail.com> * Restyled by prettier-markdown --------- Co-authored-by: Andrei Litvin <andy314@gmail.com> Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 416f6a3 commit 80c19cd

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.github/.wordlist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ MoveWithOnOff
905905
MPSL
906906
MRP
907907
MTD
908+
MTR
908909
MTU
909910
Multiband
910911
Multicast

docs/guides/infineon_trustm_provisioning.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ can be used to perform provisioning by following the steps mentioned below.
3030

3131
```
3232
$ 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
3436
```
3537

3638
- 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.
3941

4042
```
4143
$ cd scripts/matter_provisioning/
42-
$ ./matter_dac_provisioning.sh
44+
$ ./matter_test_provisioning.sh
4345
```
4446

4547
_Note:_
4648

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:_
4951

5052
_Step1: Extract the public key from the Infineon pre-provisioned
5153
Certificate(0xE0E0) using openssl command._
@@ -55,7 +57,11 @@ _Step2: Generate DAC test certificate using the extracted public key, Signed by
5557
Please note that production devices cannot re-use these test keys/certificates.
5658

5759
_Step3: Write DAC test certificate into OPTIGA&trade; Trust M certificate slot
58-
0xE0E0_
60+
0xE0E0._
5961

60-
\_Step4: Write Matter test PAI into OPTIGA&trade; Trust M certificate slot
61-
0xE0E8 and test CD into OPTIGA&trade; Trust M Arbitrary OID 0xF1E0.
62+
_Step4: Write Matter test PAI into OPTIGA&trade; Trust M certificate slot 0xE0E8
63+
and test CD into OPTIGA&trade; Trust M Arbitrary OID 0xF1E0._
64+
65+
For certificate claim and OPTIGA&trade; 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

Comments
 (0)