-
Notifications
You must be signed in to change notification settings - Fork 54
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
Inquiry about YubiHSM 2 Authentication & Access control #387
Comments
Hi. Thank you for giving the YubiHSM2 a try.
For example, if the user is logged in with authentication key A, which operates on the domains 3 and 6, and if there exists an RSA key K that operates within the domains 6 and 7, then that user will be able to list the key K as an available key because both A and K operate within domain 6. However, if that user wants to sign data using key K and RSA-PKCS1v1.5, they will only be able to do so if both A and K were given the capability to sign using RSA-PKCS1v1.5 when they were created. If either A or K are missing that capability, that user will not be able to sign data with key K. Any object can be created with multiple domains and multiple capabilities. There is a lot of documentation and many user guides available for the YubiHSM2 available on https://docs.yubico.com/hardware/yubihsm-2/hsm-2-user-guide/index.html
I hope these answers were helpful. As mentioned, a lot of documentation is available in https://docs.yubico.com/hardware/yubihsm-2/hsm-2-user-guide/index.html |
Hello,
I recently acquired a YubiHSM 2 device and am keen to delve deeper into its capabilities. Specifically, I'm interested in understanding its potential for manual configuration and the feasibility of implementing access controls programmatically.
Could you kindly assist me with the following queries:
Manual Configuration: Is it feasible to manually configure the YubiHSM 2 device? If so, I'd appreciate insights into the available customization options.
Access Controls via Software Code: Can access controls, such as user permissions definition or cryptographic policy setup, be added through software code or programmatically?
Recommended Tools and APIs: Are there any recommended tools, APIs, or documentation tailored for developers aiming to integrate and configure the YubiHSM 2 device programmatically?
PKCS File Configuration and Software Code Integration: Is it possible to configure the PKCS file or write software code to interact with it directly?
I'm eager to learn more about the YubiHSM 2 device's potential and would be immensely grateful for any guidance or resources you could provide on this matter.
Thank you in advance for your assistance.
The text was updated successfully, but these errors were encountered: