Skip to content

Commit

Permalink
Merge pull request #382 from Venafi/minor-update-getcred-description
Browse files Browse the repository at this point in the history
Feat: Update getcred description
  • Loading branch information
marcos-albornoz authored Aug 30, 2023
2 parents e0a2bfd + a04f68e commit 58e528f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/vcert/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ var (
vcert getcred -u https://tpp.example.com --p12-file <PKCS#12 client cert> --p12-password <PKCS#12 password> --trust-bundle /path-to/bundle.pem
vcert getcred -u https://tpp.example.com -t <TPP refresh token>
vcert getcred -u https://tpp.example.com -t <TPP refresh token> --scope <scopes and restrictions>
vcert getcred --platform oidc --token-url https://authorization-server.com/oauth/token --username <okta user> --password <okta user password> -- scope okta.behaviors.manage
vcert getcred --platform oidc --token-url https://authorization-server.com/oauth/token --client-id <okta client id> --client-secret <okta client secret> -- scope okta.behaviors.manage`,
vcert getcred --platform oidc -u https://authorization-server.com/oauth/token --username <okta user> --password <okta user password> -- scope okta.behaviors.manage
vcert getcred --platform oidc -u https://authorization-server.com/oauth/token --client-id <okta client id> --client-secret <okta client secret> -- scope okta.behaviors.manage`,
}
commandCheckCred = &cli.Command{
Before: runBeforeCommand,
Expand Down

0 comments on commit 58e528f

Please sign in to comment.