-
Notifications
You must be signed in to change notification settings - Fork 64
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
'--csr service' returns encrypted private key with no-prompt option #538
Comments
Hi @tall27 I just tested this on VCert version:
With no issue:
Note private key is not encrypted as expected. Are you sure the flag is being passed correctly? Sometimes, the bash interpretation system is not helpful when passing values as string with double quotes or single quotes.
In the meantime I'll remove the bug label until we confirm indeed is a bug. Thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PROBLEM SUMMARY
if I use '--csr service --no-prompt' flag, I get a private key encrypted.
same command with '--csr local --no-prompt' operates as expected (private key is not encrypted)
STEPS TO REPRODUCE
see problem summary
EXPECTED RESULTS
in both cases with --no-prompt , the private key should not be encrypted.
ACTUAL RESULTS
ENVIRONMENT DETAILS
vcert 5.7.1
COMMENTS/WORKAROUNDS
The text was updated successfully, but these errors were encountered: