Skip to content

Commit dfd8f62

Browse files
committed
fix gen line for CD
1 parent 2f43de8 commit dfd8f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/valve/silabs/include/DrinkMachineCommon.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class DrinkMachineCredentialsProvider : public chip::Credentials::DeviceAttestat
153153
CHIP_ERROR GetCertificationDeclaration(chip::MutableByteSpan & out_cd_buffer) override
154154
{
155155
// chip-cert gen-cd -C credentials/test/certification-declaration/Chip-Test-CD-Signing-Cert.pem -K
156-
// credentials/test/certification-declaration/Chip-Test-CD-Signing-Key.pem --out cd.bin -f 1 -V 6006 -p B002 -d 000E -c
156+
// credentials/test/certification-declaration/Chip-Test-CD-Signing-Key.pem --out cd.bin -f 1 -V 6006 -p B002 -d 0042 -c
157157
// "ZIG0000000000000000" -l 0 -i 0 -n 0001 -t 0
158158
const uint8_t kCdContents[] = {
159159
0x30, 0x81, 0xe8, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x02, 0xa0, 0x81, 0xda, 0x30, 0x81, 0xd7,

0 commit comments

Comments
 (0)