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 PKCS#11 keystores #94

Open
wsargent opened this issue Aug 18, 2018 · 0 comments
Open

Support PKCS#11 keystores #94

wsargent opened this issue Aug 18, 2018 · 0 comments

Comments

@wsargent
Copy link
Contributor

Should be possible to use ssl-config with an HSM solution such as CloudHSM or YubikeyHSM, using the PKCS#11 module:

https://docs.oracle.com/javase/8/docs/technotes/guides/security/p11guide.html#Login

char[] pin = ...; 
KeyStore ks = KeyStore.getInstance("PKCS11");
ks.load(null, pin); char[] pin = ...;  KeyStore ks = KeyStore.getInstance("PKCS11"); ks.load(null, pin); 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants