mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Add missing args to certbot command, was causing failures in rovokation
This commit is contained in:
		| @@ -1041,6 +1041,8 @@ const internalCertificate = { | ||||
|  | ||||
| 		const mainCmd = certbotCommand + ' revoke ' + | ||||
| 			'--config "' + letsencryptConfig + '" ' + | ||||
| 			'--work-dir "/tmp/letsencrypt-lib" ' + | ||||
| 			'--logs-dir "/tmp/letsencrypt-log" ' + | ||||
| 			'--cert-path "/etc/letsencrypt/live/npm-' + certificate.id + '/fullchain.pem" ' + | ||||
| 			'--delete-after-revoke ' + | ||||
| 			(letsencryptStaging ? '--staging' : ''); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user