Fix processRevocation comment

This commit is contained in:
Daniel 2017-09-01 17:18:45 -04:00
parent 760ca5f081
commit b8abe39e28
No known key found for this signature in database
GPG Key ID: 08FB2BFC470E75B4
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ func (wfe *WebFrontEndImpl) acctHoldsAuthorizations(ctx context.Context, acctID
// the decision. // the decision.
type authorizedToRevokeCert func(*x509.Certificate) *probs.ProblemDetails type authorizedToRevokeCert func(*x509.Certificate) *probs.ProblemDetails
// processRevocation accepts the outer JWS body for a revocation request along with // processRevocation accepts the payload for a revocation request along with
// an account ID and a callback used to decide if the requester is authorized to // an account ID and a callback used to decide if the requester is authorized to
// revoke a given certificate. If the request can not be authenticated or the // revoke a given certificate. If the request can not be authenticated or the
// requester is not authorized to revoke the certificate requested a problem is // requester is not authorized to revoke the certificate requested a problem is