(serial, aki string)
| 82 | RevokeCertificate(serial, aki string, reasonCode int) error |
| 83 | InsertOCSP(rr OCSPRecord) error |
| 84 | GetOCSP(serial, aki string) ([]OCSPRecord, error) |
| 85 | GetUnexpiredOCSPs() ([]OCSPRecord, error) |
| 86 | UpdateOCSP(serial, aki, body string, expiry time.Time) error |
| 87 | UpsertOCSP(serial, aki, body string, expiry time.Time) error |
no outgoing calls