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

Fix FileSystemSigner with PKCS#12 files #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix FileSystemSigner with PKCS#12 files #97

wants to merge 1 commit into from

Conversation

13ajay
Copy link
Contributor

@13ajay 13ajay commented Jan 15, 2025

  • Use *rsa.PrivateKey and *ec.PrivateKey types across the project to maintain consistency
  • Refactor Makefile so that it's easy to run the subset of tests that don't require non-trivial dependencies

We may also want to change sign-string so that paths to PKCS#12 files can be passed in using the --private-key flag. Currently, the --certificate flag has to be used (even if the container only contains a private key).

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

* Use *rsa.PrivateKey and *ec.PrivateKey types across the project to
  maintain consistency
* Refactor Makefile so that it's easy to run the subset of tests that
  don't require non-trivial dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant