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

Support in-memory Cert and Key passing #335

Open
ggwpez opened this issue Jan 5, 2025 · 2 comments
Open

Support in-memory Cert and Key passing #335

ggwpez opened this issue Jan 5, 2025 · 2 comments

Comments

@ggwpez
Copy link

ggwpez commented Jan 5, 2025

The credential opts require certfile, keyfile and possibly cacertfile. This is a bit impractical since i generate lots of Cert-Key pairs locally for testing (thousands).

The commit here adds a certkeyasn1 option that can be used to pass a PKCS12-ASN.1 encoded blob, according to this.
I will clean it up a bit when I get the time, but it seems to work so far. It is currently missing password support.

@qzhuyan
Copy link
Collaborator

qzhuyan commented Jan 7, 2025

cool, just open the PR and we could co-auth.

@qzhuyan
Copy link
Collaborator

qzhuyan commented Jan 17, 2025

any plan to open a PR?

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

No branches or pull requests

2 participants