-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrfconnect] Extracted private DAC key from DAC key .der file (#19453)
The python script to create factory data should extract the private DAC key from the DAC key der file and store it directly into factory data. There is no need to keep both keys (private and public) in factory data because the public key is included in the DAC certificate. The final version of the factory data script has been tested with an early version of Factory Data Accessor on the device's side, prepared for the nrfconnect platform.
- Loading branch information
1 parent
0005433
commit cfb95c5
Showing
2 changed files
with
81 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters