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:
parent
6decaed8a3
commit
719adc3964
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
@ -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 = '''
|
||||
|
Loading…
Reference in New Issue
Block a user