-
Notifications
You must be signed in to change notification settings - Fork 15
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
src/gen_certs.py generates certificates with no subjectKeyIdentifier #893
Comments
By the way, this is limiting my progress on #890 |
I'm not 100% certain that the following procedure is a workaround for you, but perhaps you can try it and let us know. This is cobbled together from certificate handling in other related systems and should produce a valid "Alice" certificate. You could then mimic it to create a "Bob" certificate as well if needed. You may need more than what this example provides. Maybe it will give you a leg up on creating that. If not, let's work together to develop the set of commands needed to get you the certificates you require. This example assumes a user "alice" who has email address "[email protected]" and whose URN falls in the "example.com" domain.
This will create a file |
Thank you for the instructions. |
They therefore cannot be used to run tests with speaks_for.
How to reproduce: run
The last command will fail because bob and alice's certificates have no subjectKeyIdentifier in their x509 extensions.
The text was updated successfully, but these errors were encountered: