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

Make created root certificate static #7

Open
JonSnowWhite opened this issue Oct 18, 2024 · 0 comments
Open

Make created root certificate static #7

JonSnowWhite opened this issue Oct 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@JonSnowWhite
Copy link
Contributor

Problem

Currently resources/static/root contains a private-key.pem that does not correspond to the values used in the X509Certificateconfig. I.e., the CA certificate is different than the one used by X509-Anvil.

X509-Testsuite/resource/out contains certificates produced by X509-Anvil, but the root certificate changes between runs.

This way, we cannot provide a CA cert to a tested server that will lead to the server accepting our certificate.

Task

Make the root certificate produced by X509-Attacker/X509-Anvil static and provide it such that a server can use it as the CAfile

@JonSnowWhite JonSnowWhite changed the title Make created root certificate static have Make created root certificate static Oct 18, 2024
@JonSnowWhite JonSnowWhite added the bug Something isn't working label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant