mirror of
				https://github.com/go-acme/lego.git
				synced 2025-10-31 08:27:38 +02:00 
			
		
		
		
	docs: fixed invalid environment parameter name in example (#1662)
This commit is contained in:
		| @@ -28,7 +28,7 @@ Here is an example bash command using the Liquid Web provider: | ||||
| ```bash | ||||
| LIQUID_WEB_USERNAME=someuser \ | ||||
| LIQUID_WEB_PASSWORD=somepass \ | ||||
| LIQUID_ZONE=tacoman.com.net \ | ||||
| LIQUID_WEB_ZONE=tacoman.com.net \ | ||||
| lego --email you@example.com --dns liquidweb --domains my.example.org run | ||||
| ``` | ||||
|  | ||||
|   | ||||
| @@ -7,7 +7,7 @@ Since = "v3.1.0" | ||||
| Example = ''' | ||||
| LIQUID_WEB_USERNAME=someuser \ | ||||
| LIQUID_WEB_PASSWORD=somepass \ | ||||
| LIQUID_ZONE=tacoman.com.net \ | ||||
| LIQUID_WEB_ZONE=tacoman.com.net \ | ||||
| lego --email you@example.com --dns liquidweb --domains my.example.org run | ||||
| ''' | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user