mirror of
				https://github.com/go-acme/lego.git
				synced 2025-10-31 08:27:38 +02:00 
			
		
		
		
	Log wildcard domain correctly in validation (#773)
This commit is contained in:
		
				
					committed by
					
						 Ludovic Fernandez
						Ludovic Fernandez
					
				
			
			
				
	
			
			
			
						parent
						
							0574362e13
						
					
				
				
					commit
					68568b7ded
				
			| @@ -135,7 +135,7 @@ func (c *Challenge) Solve(authz acme.Authorization) error { | ||||
| 	} | ||||
|  | ||||
| 	chlng.KeyAuthorization = keyAuth | ||||
| 	return c.validate(c.core, authz.Identifier.Value, chlng) | ||||
| 	return c.validate(c.core, domain, chlng) | ||||
| } | ||||
|  | ||||
| // CleanUp cleans the challenge. | ||||
|   | ||||
| @@ -61,5 +61,5 @@ func (c *Challenge) Solve(authz acme.Authorization) error { | ||||
| 	}() | ||||
|  | ||||
| 	chlng.KeyAuthorization = keyAuth | ||||
| 	return c.validate(c.core, authz.Identifier.Value, chlng) | ||||
| 	return c.validate(c.core, domain, chlng) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user