mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Address review feedback
This commit is contained in:
parent
9685c94459
commit
db8b4287e3
1 changed files with 0 additions and 4 deletions
|
|
@ -103,10 +103,6 @@ func revokeCert(b *backend, req *logical.Request, serial string) (*logical.Respo
|
|||
return nil, fmt.Errorf("Error encountered during CRL building: %s", crlErr)
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("Error deleting cert from valid-certs location")
|
||||
}
|
||||
|
||||
return &logical.Response{
|
||||
Data: map[string]interface{}{
|
||||
"revocation_time": revInfo.RevocationTime,
|
||||
|
|
|
|||
Loading…
Reference in a new issue