1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-26 03:09:37 +02:00

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_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
```

View File

@ -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 = '''