Mirror von
				https://github.com/therootcompany/acme.js.git
				synchronisiert 2024-11-16 17:29:00 +00:00 
			
		
		
		
	v1.7.2: don't set challenge twice
Dieser Commit ist enthalten in:
		
							Ursprung
							
								
									6521121548
								
							
						
					
					
						Commit
						1195956ce1
					
				
							
								
								
									
										2
									
								
								node.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								node.js
									
									
									
									
									
								
							| @ -541,7 +541,7 @@ ACME._postChallenge = function (me, options, auth) { | |||||||
|     }); |     }); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   return ACME._setChallenge(me, options, auth).then(respondToChallenge); |   return respondToChallenge(); | ||||||
| }; | }; | ||||||
| ACME._setChallenge = function (me, options, auth) { | ACME._setChallenge = function (me, options, auth) { | ||||||
|   return new Promise(function (resolve, reject) { |   return new Promise(function (resolve, reject) { | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "acme-v2", |   "name": "acme-v2", | ||||||
|   "version": "1.7.1", |   "version": "1.7.2", | ||||||
|   "description": "Free SSL. A framework for building Let's Encrypt v2 clients, and other ACME v2 (draft 11) clients. Successor to le-acme-core.js", |   "description": "Free SSL. A framework for building Let's Encrypt v2 clients, and other ACME v2 (draft 11) clients. Successor to le-acme-core.js", | ||||||
|   "homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js", |   "homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js", | ||||||
|   "main": "node.js", |   "main": "node.js", | ||||||
|  | |||||||
		Laden…
	
	
			
			x
			
			
		
	
		In neuem Issue referenzieren
	
	Einen Benutzer sperren