We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
keyaliases create --help shows: -f, --format string Format of the certificate; selfsignedcert, pem or pkcs12 (file extn is .pfx)
API: https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.environments.keystores.aliases/create Allows "keycertfile", "pkcs12" and "selfsignedcert"
Using the value of "pem" is equivalent to "keycertfile". apigeecli should use "keycertfile".
keyaliases get --help shows incorrect description for --alias option, shows "Name of the key store"
The text was updated successfully, but these errors were encountered:
Merge pull request #289 from kurtkanaskie/issue288
8991204
Fix for issues #287 and #288
Successfully merging a pull request may close this issue.
keyaliases create --help shows:
-f, --format string Format of the certificate; selfsignedcert, pem or pkcs12 (file extn is .pfx)
API: https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.environments.keystores.aliases/create
Allows "keycertfile", "pkcs12" and "selfsignedcert"
Using the value of "pem" is equivalent to "keycertfile". apigeecli should use "keycertfile".
keyaliases get --help shows incorrect description for --alias option, shows "Name of the key store"
The text was updated successfully, but these errors were encountered: