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 6b8da39 commit 7266681Copy full SHA for 7266681
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