docs: revoke page

This commit is contained in:
max furman 2019-04-29 13:41:21 -07:00
parent a27c2dea7d
commit 2b96e7a94c

View file

@ -18,6 +18,9 @@ certificate lifetimes.
`step certificates` currently only supports passive revocation. Active revocation
is on our roadmap.
Run `step help ca revoke` from the command line for full documentation, list of
command line flags, and examples.
## How It Works
Certificates can be created and revoked through the `step cli`. Let's walk
@ -191,6 +194,9 @@ through an example.
> NOTE: you can only revoke a certificate once. Any repeated attempts to revoke
> the same serial number will fail.
Run `step help ca revoke` from the command line for full documentation, list of
command line flags, and examples.
## What's next?
[Use TLS Everywhere](https://smallstep.com/blog/use-tls.html) and let us know