Page 1 of 1

Using Matter Pre-Provisioning Service

Posted: Sun Dec 14, 2025 3:54 pm
by hienhn
Hi everyone,
Could you please help me with some questions?
I read a blog https://developer.espressif.com/blog/ac ... facturing/, and I have some questions.

- Can the Matter Pre-Provisioning Service be used for commercials?
- Is the signed firmware my program binary? How can I sign my binary?

Thanks!

Re: Using Matter Pre-Provisioning Service

Posted: Tue Dec 16, 2025 12:21 pm
by lichurbagan
Espressif Matter Pre-Provisioning supports commercial production devices. It provides valid Matter certificates for certified market products. Signed firmware refers to your compiled application binary. It may also include the bootloader image. Signing ensures authenticity and integrity during boot. You sign firmware using ESP-IDF secure boot. Generate a private key and keep it secret.
Build process outputs signed binaries for manufacturing.
Ref: https://developer.espressif.com/blog/ac ... facturing/