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
Now we have to run this to set the ~/.digicertrc file:
~/.digicertrc
digicert config [API_KEY]
Help shows this:
$ bin/digicert config ERROR: "digicert config" was called with no arguments Usage: "digicert config API_KEY"
It would be better to call:
digicert configure-api-key MYAPIKEY
or
digicert config api-key MYAPIKEY
digicert config should show help like this:
digicert config
$ bin/digicert config ERROR: "digicert config" was called with no arguments Usage: "digicert config api-key [YOURAPIKEY]"
Created By: Ronald Tse Ref: riboseinc/digicert#125
The text was updated successfully, but these errors were encountered:
e100b06
No branches or pull requests
Now we have to run this to set the
~/.digicertrc
file:Help shows this:
It would be better to call:
or
digicert config
should show help like this:Created By: Ronald Tse
Ref: riboseinc/digicert#125
The text was updated successfully, but these errors were encountered: