mirror of
				https://github.com/go-acme/lego.git
				synced 2025-10-31 08:27:38 +02:00 
			
		
		
		
	hurricane: fix typo in example command (#1799)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
		| @@ -27,7 +27,7 @@ Here is an example bash command using the Hurricane Electric DNS provider: | ||||
|  | ||||
| ```bash | ||||
| HURRICANE_TOKENS=example.org:token \ | ||||
| lego --email you@example.com --dns hurricane --domains example.org --domains '*.example.org run' | ||||
| lego --email you@example.com --dns hurricane --domains example.org --domains '*.example.org' run | ||||
|  | ||||
| HURRICANE_TOKENS=my.example.org:token1,demo.example.org:token2 \ | ||||
| lego --email you@example.com --dns hurricane --domains my.example.org --domains demo.example.org | ||||
|   | ||||
| @@ -6,7 +6,7 @@ Since = "v4.3.0" | ||||
|  | ||||
| Example = ''' | ||||
| HURRICANE_TOKENS=example.org:token \ | ||||
| lego --email you@example.com --dns hurricane --domains example.org --domains '*.example.org run' | ||||
| lego --email you@example.com --dns hurricane --domains example.org --domains '*.example.org' run | ||||
|  | ||||
| HURRICANE_TOKENS=my.example.org:token1,demo.example.org:token2 \ | ||||
| lego --email you@example.com --dns hurricane --domains my.example.org --domains demo.example.org | ||||
|   | ||||
		Reference in New Issue
	
	Block a user