-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provisioning: Add expected example output
Add the expected example output so that we can automatically test that the example is working as intended.
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Provisioning device... | ||
Erasing secure storage... done. | ||
Registering drivers... done. | ||
Initializing PSA Crypto... done. | ||
Registering factory-created keys... done. | ||
Generating keys within the secure element... done. | ||
Device provisioned | ||
|
||
--------------------------------------------------------------------- | ||
|
||
Device public keys: | ||
Key ID 16: | ||
-----BEGIN PUBLIC KEY----- | ||
[0-9a-fA-F+/=]+ | ||
[0-9a-fA-F+/=]+ | ||
-----END PUBLIC KEY----- | ||
|
||
Key ID 18: | ||
-----BEGIN PUBLIC KEY----- | ||
[0-9a-fA-F+/=]+ | ||
[0-9a-fA-F+/=]+ | ||
-----END PUBLIC KEY----- | ||
|
||
Device-generated CSRs: | ||
Key ID 16: | ||
-----BEGIN CERTIFICATE REQUEST----- | ||
[0-9a-fA-F+/=]+ | ||
[0-9a-fA-F+/=]+ | ||
[0-9a-fA-F+/=]+ | ||
[0-9a-fA-F+/=]+ | ||
[0-9a-fA-F+/=]+ | ||
[0-9a-fA-F+/=]+ | ||
[0-9a-fA-F+/=]+ | ||
-----END CERTIFICATE REQUEST----- | ||
|
||
Key ID 18: | ||
-----BEGIN CERTIFICATE REQUEST----- | ||
[0-9a-fA-F+/=]+ | ||
[0-9a-fA-F+/=]+ | ||
[0-9a-fA-F+/=]+ | ||
[0-9a-fA-F+/=]+ | ||
[0-9a-fA-F+/=]+ | ||
[0-9a-fA-F+/=]+ | ||
[0-9a-fA-F+/=]+ | ||
-----END CERTIFICATE REQUEST----- |