-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-7620] Return err when revoking revoked cert
Currently, a revoked certificate can be revoked. This will update the revoked_at value in the database, losing the date and time when the certificate was revoked initially. This change will return an error if the certificate is already revoked. Change-Id: Id395fd76b6e84b08ee8dc3804ee7a2bc773c3a31 Signed-off-by: Anil Ambati <[email protected]>
- Loading branch information
Anil Ambati
committed
Jan 18, 2018
1 parent
673faef
commit ad88250
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters