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

SPKeyStore #74

Open
avi94 opened this issue Sep 15, 2020 · 2 comments
Open

SPKeyStore #74

avi94 opened this issue Sep 15, 2020 · 2 comments

Comments

@avi94
Copy link

avi94 commented Sep 15, 2020

Is there any actual examples of SPKeyStore being set to a valid keystore? It's really confusing how to make this field consume some sort of keystore, preferably a JKS file.

@konaraya
Copy link

konaraya commented Sep 16, 2020

TestSAML has an example on how to use SPKeyStore.
Check TLSCertKeyStore from goxmldsig on how to use a crypto/tls certificate with it.
To use a JKS file you would need to convert it to a tls.Certificate and use it.

@shaozi
Copy link

shaozi commented Nov 8, 2023

I am still confused on how to set the SPKeyStore. Do I need to create my own KeyStore type that conforms with X509KeyStore interface?

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

3 participants