Matter Generating Unique Factory Data and Certificates on Windows

I'm working with the Matter Template example and creating a sensor monitoring device on the nRF52840 platform, and I'm developing on a Windows environment with SDK 2.9.0. I'd like to create custom factory data and generate a unique CHIP certificate automatically during the build process. It looks as though this requires the CHIP Certificate Tool, but this doesn't seem to have a compatible configuration for usage on Windows. How could I continue developing on Windows and utilize custom custom factory data and a unique CHIP certificate?

Parents Reply
  • That's alright. So I'm currently using VS Code with the nRF Connect SDK extension on Windows, and I'm trying to generate the factory data and certificates during compilation (SB_CONFIG_MATTER_FACTORY_DATA_GENERATE=y, CONFIG_CHIP_ROTATING_DEVICE_ID=y , CONFIG_CHIP_DEVICE_GENERATE_ROTATING_DEVICE_UID=y). Will WSL allow it to work with the CHIP certificate tool during compilation? I'm open to pre-generating the certificates and bringing them into the project if I could have guidance for doing that (or how to best handle this in windows) instead. 

Children
No Data
Related