mirror of
				https://github.com/StackExchange/dnscontrol.git
				synced 2024-05-11 05:55:12 +00:00 
			
		
		
		
	HETZNER: do not support spaces in CAA records (#1577)
As of 2022-06-23, the Hetzner DNS API is still responding with a 422 when a CAA record contains a quoted value with spaces. ``` format: number of fields does not match record type, expecting 3 ``` Their support acknowledged my bug report a few weeks back and suggested the removal of spaces to get past the limitation. Spaces in CAA records are not common. Let's just skip the test and put a notice in the docs. Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
		@@ -48,6 +48,19 @@ Create a new API Key in the
 | 
			
		||||
 | 
			
		||||
## Caveats
 | 
			
		||||
 | 
			
		||||
### CAA
 | 
			
		||||
 | 
			
		||||
As of June 2022, the Hetzner DNS Console API does not accept spaces in CAA
 | 
			
		||||
 records.
 | 
			
		||||
```
 | 
			
		||||
0 issue "letsencrypt.org; validationmethods=dns-01; accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1234"
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Removing the spaces might still work for any consumer of the record.
 | 
			
		||||
```
 | 
			
		||||
0 issue "letsencrypt.org;validationmethods=dns-01;accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1234"
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
### SOA
 | 
			
		||||
 | 
			
		||||
Hetzner DNS Console does not allow changing the SOA record via their API.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user