thrown exception for non LE certificates

This commit is contained in:
Rahul Somasundaram
2021-08-24 06:01:08 +05:30
parent 1b1807c79a
commit be87c45f27
2 changed files with 32 additions and 16 deletions

View File

@ -228,7 +228,7 @@ router
* Renew certificate
*/
.get((req, res, next) => {
internalCertificate.download({
internalCertificate.download(res.locals.access, {
id: parseInt(req.params.certificate_id, 10)
})
.then((result) => {