forked from root/acme.js
		
	add type, for greenlock
This commit is contained in:
		
							parent
							
								
									e6497fe34b
								
							
						
					
					
						commit
						90477942d1
					
				
							
								
								
									
										7
									
								
								node.js
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								node.js
									
									
									
									
									
								
							@ -471,14 +471,17 @@ ACME._getZones = function(me, options, dnsHosts) {
 | 
			
		||||
		};
 | 
			
		||||
	}
 | 
			
		||||
	return new Promise(function(resolve, reject) {
 | 
			
		||||
		var challenge = { type: 'dns-01', dnsHosts: dnsHosts };
 | 
			
		||||
		// back/forwards-compat
 | 
			
		||||
		challenge.challenge = challenge;
 | 
			
		||||
		try {
 | 
			
		||||
			if (options.getZones.length <= 1) {
 | 
			
		||||
				options
 | 
			
		||||
					.getZones({ dnsHosts: dnsHosts })
 | 
			
		||||
					.getZones(challenge)
 | 
			
		||||
					.then(resolve)
 | 
			
		||||
					.catch(reject);
 | 
			
		||||
			} else if (2 === options.getZones.length) {
 | 
			
		||||
				options.getZones({ dnsHosts: dnsHosts }, function(err, zonenames) {
 | 
			
		||||
				options.getZones(challenge, function(err, zonenames) {
 | 
			
		||||
					if (err) {
 | 
			
		||||
						reject(err);
 | 
			
		||||
					} else {
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
	"name": "acme-v2",
 | 
			
		||||
	"version": "1.8.0",
 | 
			
		||||
	"version": "1.8.1",
 | 
			
		||||
	"description": "A lightweight library for getting Free SSL certifications through Let's Encrypt, using the ACME protocol.",
 | 
			
		||||
	"homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js",
 | 
			
		||||
	"main": "node.js",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user