Open bgklika opened 11 months ago
@bgklika Thank you for raising this issue. You are correct... a separate config should be used during the cert creation. Updates to this repo will be made in the coming weeks and I will fix this.
@bgklika Thank you for raising this issue. You are correct... a separate config should be used during the cert creation. Updates to this repo will be made in the coming weeks and I will fix this.
Sounds good! Thank you for device lobby sample that nice clarification how to build account/region agnostic IoT Core devices.
After pki/create-thing-creds.sh creates IoT device certificate it contains extra privileges:
and
It should be
and
I think it because wrong int1CA.cnf is used in the command:
Solution: provide another openssl configuration file to generate certificate for a device. That config file should miss CA:TRUE and Certificate Sign, CRL Sign rights.