mirror of
				https://github.com/go-acme/lego.git
				synced 2025-10-31 16:37:41 +02:00 
			
		
		
		
	docs: fix gdomains→googledomains (#1911)
				
					
				
			This commit is contained in:
		| @@ -27,7 +27,7 @@ Here is an example bash command using the Google Domains provider: | ||||
|  | ||||
| ```bash | ||||
| GOOGLE_DOMAINS_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \ | ||||
| lego --email you@example.com --dns gdomains --domains my.example.org run | ||||
| lego --email you@example.com --dns googledomains --domains my.example.org run | ||||
| ``` | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -6,7 +6,7 @@ Since = "v4.11.0" | ||||
|  | ||||
| Example = ''' | ||||
| GOOGLE_DOMAINS_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \ | ||||
| lego --email you@example.com --dns gdomains --domains my.example.org run | ||||
| lego --email you@example.com --dns googledomains --domains my.example.org run | ||||
| ''' | ||||
|  | ||||
| [Configuration] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user