|  | @@ -7,7 +7,7 @@
 | 
		
	
		
			
			| 7 | 7 |      {
 | 
		
	
		
			
			| 8 | 8 |        "patterns": "*",
 | 
		
	
		
			
			| 9 | 9 |        "command": {
 | 
		
	
		
			
			| 10 |  | -        "letsencryptCommand": "letsencrypt",
 | 
		
	
		
			
			|  | 10 | +        "letsencryptCommand": "certbot",
 | 
		
	
		
			
			| 11 | 11 |          "letsencryptArgs": [
 | 
		
	
		
			
			| 12 | 12 |            "--agree-tos",
 | 
		
	
		
			
			| 13 | 13 |            "--text",
 | 
		
	
	
		
			
			|  | @@ -15,8 +15,6 @@
 | 
		
	
		
			
			| 15 | 15 |            "--webroot",
 | 
		
	
		
			
			| 16 | 16 |            "--webroot-path",
 | 
		
	
		
			
			| 17 | 17 |            "/tmp/acme-challenge/",
 | 
		
	
		
			
			| 18 |  | -          "--server",
 | 
		
	
		
			
			| 19 |  | -          "https://acme-v01.api.letsencrypt.org/directory",
 | 
		
	
		
			
			| 20 | 18 |            "certonly"
 | 
		
	
		
			
			| 21 | 19 |          ]
 | 
		
	
		
			
			| 22 | 20 |        }
 | 
		
	
	
		
			
			|  | @@ -24,15 +22,13 @@
 | 
		
	
		
			
			| 24 | 22 |      {
 | 
		
	
		
			
			| 25 | 23 |        "patterns": "*",
 | 
		
	
		
			
			| 26 | 24 |        "command": {
 | 
		
	
		
			
			| 27 |  | -        "letsencryptCommand": "letsencrypt",
 | 
		
	
		
			
			|  | 25 | +        "letsencryptCommand": "certbot",
 | 
		
	
		
			
			| 28 | 26 |          "letsencryptArgs": [
 | 
		
	
		
			
			| 29 | 27 |            "--agree-tos",
 | 
		
	
		
			
			| 30 | 28 |            "--text",
 | 
		
	
		
			
			| 31 | 29 |            "--renew-by-default",
 | 
		
	
		
			
			| 32 | 30 |            "--authenticator",
 | 
		
	
		
			
			| 33 | 31 |            "certbot-dns:auth",
 | 
		
	
		
			
			| 34 |  | -          "--server",
 | 
		
	
		
			
			| 35 |  | -          "https://acme-v01.api.letsencrypt.org/directory",
 | 
		
	
		
			
			| 36 | 32 |            "certonly"
 | 
		
	
		
			
			| 37 | 33 |          ]
 | 
		
	
		
			
			| 38 | 34 |        }
 |