Skip to content

Commit

Permalink
Add readme to the certs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricefisher64 committed Jun 13, 2022
1 parent 2621c95 commit 8dcabc2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sdk/tests/fixtures/certs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Sample Certificates

This folder contains certificates and signing keys that are used by unit tests and sample applications. The certificates are not intended for production use.

The certificates are organized by supported C2PA signing algorithm. For each supported signing algorithm (ps256, ps384, ps512, es256, es384, Ees512, ed25519) there are three files.
* {alg}.pem - private signing key in PEM format
* {alg}.pub - certificate chain from signing certificate to the last certificate before the root CA, as a concatenated list of certficates
* {alg}_root.pub_key - public key of the root CA used to verify the last certificate in the certificate chain.

## More Info

For more information on digital signatures and the C2PA trust model see [https://c2pa.org/specifications/specifications/1.0/specs/C2PA_Specification.html#_digital_signatures] and [https://c2pa.org/specifications/specifications/1.0/specs/C2PA_Specification.html#_credential_types]

0 comments on commit 8dcabc2

Please # to comment.