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

scion-pki: fill out gaps on TRCs by requesting them from the remote CS. #4609

Open
JordiSubira opened this issue Sep 3, 2024 · 0 comments
Open
Labels
i/proposal A new idea requiring additional input and discussion

Comments

@JordiSubira
Copy link
Contributor

Currently, the scion-pki tool uses only the TRC(s) indicated after the --trc flag. If when requesting a certificate renewal the remote AS signs the new certificate based on a new version of the TRC, we get an error, e.g.:

Error: verification of transport cert failed with provided TRC: chain did not verify against any selected TRC {errors=[verifying chain {trc_base=1; trc_serial=9}: x509: certificate signed by unknown authority]}

The CS already uses the logic from the fetching_provider and its implementation to fill those gaps. We can add a similar functionality into the scion-pki tool for doing so.

On top of that, we could also modify the certificate renewal response and add the TRC which what the certificate was signed with.

@JordiSubira JordiSubira added the i/proposal A new idea requiring additional input and discussion label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i/proposal A new idea requiring additional input and discussion
Projects
None yet
Development

No branches or pull requests

1 participant