@@ -31,32 +31,32 @@ Here is an example bash command using the Azure DNS provider:
3131AZURE_CLIENT_ID=< your service principal client ID> \
3232AZURE_TENANT_ID=< your service principal tenant ID> \
3333AZURE_CLIENT_SECRET=< your service principal client secret> \
34- lego --domains example.com --email your_example@email. com --dns azuredns run
34+ lego --email you@ example.com --dns azuredns -d ' *.example. com' -d example.com run
3535
3636# ## Using client certificate
3737
3838AZURE_CLIENT_ID=< your service principal client ID> \
3939AZURE_TENANT_ID=< your service principal tenant ID> \
4040AZURE_CLIENT_CERTIFICATE_PATH=< your service principal certificate path> \
41- lego --domains example.com --email your_example@email. com --dns azuredns run
41+ lego --email you@ example.com --dns azuredns -d ' *.example. com' -d example.com run
4242
4343# ## Using Azure CLI
4444
4545az login \
46- lego --domains example.com --email your_example@email. com --dns azuredns run
46+ lego --email you@ example.com --dns azuredns -d ' *.example. com' -d example.com run
4747
4848# ## Using Managed Identity (Azure VM)
4949
5050AZURE_TENANT_ID=< your service principal tenant ID> \
5151AZURE_RESOURCE_GROUP=< your target zone resource group name> \
52- lego --domains example.com --email your_example@email. com --dns azuredns run
52+ lego --email you@ example.com --dns azuredns -d ' *.example. com' -d example.com run
5353
5454# ## Using Managed Identity (Azure Arc)
5555
5656AZURE_TENANT_ID=< your service principal tenant ID> \
5757IMDS_ENDPOINT=http://localhost:40342 \
5858IDENTITY_ENDPOINT=http://localhost:40342/metadata/identity/oauth2/token \
59- lego --domains example.com --email your_example@email. com --dns azuredns run
59+ lego --email you@ example.com --dns azuredns -d ' *.example. com' -d example.com run
6060
6161```
6262
0 commit comments