Skip to content

Commit

Permalink
route53: fix example (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
mousedownmike committed Feb 3, 2024
1 parent 6decaed commit 719adc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/dns/zz_gen_route53.md
Expand Up @@ -30,7 +30,7 @@ AWS_ACCESS_KEY_ID=your_key_id \
AWS_SECRET_ACCESS_KEY=your_secret_access_key \
AWS_REGION=aws-region \
AWS_HOSTED_ZONE_ID=your_hosted_zone_id \
--domains example.com --email your_example@email.com --dns route53 --accept-tos=true run
lego --domains example.com --email your_example@email.com --dns route53 --accept-tos=true run
```


Expand Down
2 changes: 1 addition & 1 deletion providers/dns/route53/route53.toml
Expand Up @@ -9,7 +9,7 @@ AWS_ACCESS_KEY_ID=your_key_id \
AWS_SECRET_ACCESS_KEY=your_secret_access_key \
AWS_REGION=aws-region \
AWS_HOSTED_ZONE_ID=your_hosted_zone_id \
--domains example.com --email your_example@email.com --dns route53 --accept-tos=true run
lego --domains example.com --email your_example@email.com --dns route53 --accept-tos=true run
'''

Additional = '''
Expand Down

0 comments on commit 719adc3

Please sign in to comment.