Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create shell script to synthesize a test cert chain #164

Open
thomas-fossati opened this issue Feb 7, 2025 · 1 comment
Open

Create shell script to synthesize a test cert chain #164

thomas-fossati opened this issue Feb 7, 2025 · 1 comment

Comments

@thomas-fossati
Copy link
Contributor

thomas-fossati commented Feb 7, 2025

Repurpose the RATSd script to create a 3-level chain including:

  1. root CA certificate with subject name "Acme Inc."
  2. intermediate CA cert with subject name "Acme Gizmos"
  3. an end-entity cert with subject name "Acme Gizmo CoRIM signer"

The name are expressed purely as CNs (i.e., no SAN).

The certs are in DER format, rather than PEM.

The synthesized chain will be stored in a new misc folder under the veraison/corim repo.
The script will be stored in the scripts folder under the veraison/corim repo.

Also, add a new target to the top-level Makefile to regenerate the chain.

@Akhilesh-max
Copy link
Contributor

Completed by #165

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants