mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	thrown exception for non LE certificates
This commit is contained in:
		| @@ -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) => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user