Revocation reason (#4987)

* fix revocation reason help text

* add it to the docs

* move and expand revoke reason example
This commit is contained in:
Noah Swartz
2017-08-07 17:13:27 -07:00
committed by Brad Warren
parent f31cb5f812
commit f9ed53e698
2 changed files with 9 additions and 2 deletions
+6
View File
@@ -383,6 +383,12 @@ use the ``revoke`` command to do so. Note that the ``revoke`` command takes the
certbot revoke --cert-path /etc/letsencrypt/live/CERTNAME/cert.pem
You can also specify the reason for revoking your certificate by using the ``reason`` flag.
Reasons include ``unspecified`` which is the default, as well as ``keycompromise``,
``affiliationchanged``, ``superseded``, and ``cessationofoperation``::
certbot revoke --cert-path /etc/letsencrypt/live/CERTNAME/cert.pem --reason keycompromise
Additionally, if a certificate
is a test certificate obtained via the ``--staging`` or ``--test-cert`` flag, that flag must be passed to the
``revoke`` subcommand.