mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-03 17:13:33 +00:00 
			
		
		
		
	Removed the hardcoded --webroot certbot argument to better support DNS challenge.  Also, this option is already set in the default letsencrypt.ini.
				
					
				
			This commit is contained in:
		@@ -733,7 +733,6 @@ const internalCertificate = {
 | 
			
		||||
			'--agree-tos ' +
 | 
			
		||||
			'--email "' + certificate.meta.letsencrypt_email + '" ' +
 | 
			
		||||
			'--preferred-challenges "dns,http" ' +
 | 
			
		||||
			'--webroot ' +
 | 
			
		||||
			'--domains "' + certificate.domain_names.join(',') + '" ' +
 | 
			
		||||
			(le_staging ? '--staging' : '');
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user