Initial work allowing certificates to be revoked. (#941)
* Initial work allowing for certificates to be revoked.
This commit is contained in:
@ -258,5 +258,9 @@ angular.module('lemur')
|
||||
return certificate.customPOST(certificate.exportOptions, 'export');
|
||||
};
|
||||
|
||||
CertificateService.revoke = function (certificate) {
|
||||
return certificate.customPUT(certificate.externalId, 'revoke');
|
||||
};
|
||||
|
||||
return CertificateService;
|
||||
});
|
||||
|
Reference in New Issue
Block a user