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

Systems: Make publicKey in credential optional. Compute from privateKey #48

Open
scblack321 opened this issue Mar 9, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@scblack321
Copy link
Collaborator

scblack321 commented Mar 9, 2023

We should be able to make providing a publicKey for a PKI credential optional. This will simplify registering credentials for a system.
Since our ssh library requires both a public and private key we will need to determine the public key from the private key.
It's not clear if the apache sshd library has a convenient way of doing this but it does look like standard java libraries can do this for RSA type key pairs.

This may be useful: https://stackoverflow.com/questions/8434428/get-public-key-from-private-in-java

@scblack321 scblack321 added the enhancement New feature or request label Mar 9, 2023
@scblack321 scblack321 self-assigned this Mar 9, 2023
@scblack321 scblack321 moved this from To Do to On Hold in Tapis Project Beta Board Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant