@@ -26,8 +26,8 @@ Configuration for [Liquid Web](https://liquidweb.com).
2626Here is an example bash command using the Liquid Web provider:
2727
2828``` bash 
29- LIQUID_WEB_USERNAME =someuser \
30- LIQUID_WEB_PASSWORD =somepass \
29+ LWAPI_USERNAME =someuser \
30+ LWAPI_PASSWORD =somepass \
3131lego --email 
[email protected]  --dns liquidweb --domains my.example.org run
3232``` 
3333
@@ -38,8 +38,8 @@ lego --email 
[email protected]  --dns liquidweb --domains my.example.org run
3838
3939|  Environment Variable Name |  Description | 
4040| -----------------------| -------------| 
41- |  ` LIQUID_WEB_PASSWORD `  |  Liquid Web API Password | 
42- |  ` LIQUID_WEB_USERNAME `  |  Liquid Web API Username | 
41+ |  ` LWAPI_PASSWORD `  |  Liquid Web API Password | 
42+ |  ` LWAPI_USERNAME `  |  Liquid Web API Username | 
4343
4444The environment variable names can be suffixed by ` _FILE `  to reference a file instead of a value.
4545More information [ here] ({{< ref "dns#configuration-and-credentials" >}}).
@@ -49,12 +49,12 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
4949
5050|  Environment Variable Name |  Description | 
5151| --------------------------------| -------------| 
52- |  ` LIQUID_WEB_HTTP_TIMEOUT `  |  Maximum waiting time for the DNS records to be created (not verified) | 
53- |  ` LIQUID_WEB_POLLING_INTERVAL `  |  Time between DNS propagation check | 
54- |  ` LIQUID_WEB_PROPAGATION_TIMEOUT `  |  Maximum waiting time for DNS propagation | 
55- |  ` LIQUID_WEB_TTL `  |  The TTL of the TXT record used for the DNS challenge | 
56- |  ` LIQUID_WEB_URL `  |  Liquid Web API endpoint | 
57- |  ` LIQUID_WEB_ZONE `  |  DNS Zone | 
52+ |  ` LWAPI_HTTP_TIMEOUT `  |  Maximum waiting time for the DNS records to be created (not verified) | 
53+ |  ` LWAPI_POLLING_INTERVAL `  |  Time between DNS propagation check | 
54+ |  ` LWAPI_PROPAGATION_TIMEOUT `  |  Maximum waiting time for DNS propagation | 
55+ |  ` LWAPI_TTL `  |  The TTL of the TXT record used for the DNS challenge | 
56+ |  ` LWAPI_URL `  |  Liquid Web API endpoint | 
57+ |  ` LWAPI_ZONE `  |  DNS Zone | 
5858
5959The environment variable names can be suffixed by ` _FILE `  to reference a file instead of a value.
6060More information [ here] ({{< ref "dns#configuration-and-credentials" >}}).
0 commit comments