mfucci / node-matter

Matter protocol client / server for node.js
Apache License 2.0
119 stars 10 forks source link

Generate PAI, DAC and CertificateDeclaration #262

Closed Apollon77 closed 1 year ago

Apollon77 commented 1 year ago

The PR generates the PAI, DAC and also CertificationDeclaration based on the set vendorId and productId.

The only "static" values now are the PAA (Authority) and the Private key used for the CD

This sitested with Apple, Google, Alexa (that all basically ignored issues with the certs/CD) and Chip-Tool (which cares a lot :-) )

Apollon77 commented 1 year ago

@turon If you like you are also welcome to review