route53: fix example (#2100)

This commit is contained in:
Mike Dalrymple 2024-02-02 19:36:43 -07:00 committed by GitHub
parent 6decaed8a3
commit 719adc3964
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ AWS_ACCESS_KEY_ID=your_key_id \
AWS_SECRET_ACCESS_KEY=your_secret_access_key \ AWS_SECRET_ACCESS_KEY=your_secret_access_key \
AWS_REGION=aws-region \ AWS_REGION=aws-region \
AWS_HOSTED_ZONE_ID=your_hosted_zone_id \ 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
``` ```

View file

@ -9,7 +9,7 @@ AWS_ACCESS_KEY_ID=your_key_id \
AWS_SECRET_ACCESS_KEY=your_secret_access_key \ AWS_SECRET_ACCESS_KEY=your_secret_access_key \
AWS_REGION=aws-region \ AWS_REGION=aws-region \
AWS_HOSTED_ZONE_ID=your_hosted_zone_id \ 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 = ''' Additional = '''