We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f9412c + ef4a736 commit 589416dCopy full SHA for 589416d
command/ca/revoke.go
@@ -43,7 +43,7 @@ func revokeCertificateCommand() cli.Command {
43
Usage: "revoke a certificate",
44
UsageText: `**step ca revoke** <serial-number>
45
[**--cert**=<file>] [**--key**=<file>] [**--token**=<ott>]
46
-[**--reason**=<string>] [**--reasonCode**=<code>] [**-offline**]
+[**--reason**=<string>] [**--reasonCode**=<code>] [**--offline**]
47
[**--ca-url**=<uri>] [**--root**=<file>] [**--context**=<name>]`,
48
Description: `
49
**step ca revoke** command revokes a certificate with the given serial
0 commit comments