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.
1 parent c986962 commit af2e58aCopy full SHA for af2e58a
api/revoke.go
@@ -42,9 +42,6 @@ func (r *RevokeRequest) Validate() (err error) {
42
if r.ReasonCode < ocsp.Unspecified || r.ReasonCode > ocsp.AACompromise {
43
return errs.BadRequest("reasonCode out of bounds")
44
}
45
- if !r.Passive {
46
- return errs.NotImplemented("non-passive revocation not implemented")
47
- }
48
49
return
50
0 commit comments