Hi,
How can I use the rd command to access passwords stored in the Keystore. I can get keys out but not passwords.
rd keys get -p keys/mysql/root/
Requested path (keys/mysql/root/) is not a public key. Type: password
but If i have a key I can extract as you would expect
rd keys get -p keys/git
ssh-rsa AAAAB3NzaCXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ... FbSp4QaMFTeZeNgz1bPlzbTLTfVl3
Is this possible?
I could wrap the job and pass option variables, but I think this is messy as it leave the job page with quite a few boxes that don't accept input.
Thanks