mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-14 16:10:09 +08:00
Add info about AWS_DNS_SLOWRATE related with PR 2198
parent
9ee80cef7c
commit
dbaf4d5e7d
@ -209,6 +209,7 @@ https://github.com/Neilpang/acme.sh/wiki/How-to-use-Amazon-Route53-API
|
||||
```
|
||||
export AWS_ACCESS_KEY_ID=XXXXXXXXXX
|
||||
export AWS_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXX
|
||||
export AWS_DNS_SLOWRATE=1 (sleep between API requests in seconds)
|
||||
```
|
||||
|
||||
To issue a cert:
|
||||
@ -216,7 +217,7 @@ To issue a cert:
|
||||
acme.sh --issue --dns dns_aws -d example.com -d www.example.com
|
||||
```
|
||||
|
||||
The `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
||||
The `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `AWS_DNS_SLOWRATE` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. The `AWS_DNS_SLOWRATE` will enable the sleep between API requests to AWS servers. It will help to mitigate the AWS rate limit
|
||||
|
||||
## 11. Use Aliyun domain API to automatically issue cert
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user