mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
reformat docs
This commit is contained in:
parent
27934ac4ca
commit
ae302ee600
@ -335,9 +335,9 @@ You don't have to do anything manually!
|
|||||||
1. DNSimple API
|
1. DNSimple API
|
||||||
1. NS1.com API
|
1. NS1.com API
|
||||||
1. DuckDNS.org API
|
1. DuckDNS.org API
|
||||||
1. Yandex PDD API (https://pdd.yandex.ru)
|
|
||||||
1. Name.com API
|
1. Name.com API
|
||||||
1. Dyn Managed DNS API
|
1. Dyn Managed DNS API
|
||||||
|
1. Yandex PDD API (https://pdd.yandex.ru)
|
||||||
|
|
||||||
|
|
||||||
And:
|
And:
|
||||||
|
@ -522,22 +522,7 @@ account file will always store the lastly used domain name.
|
|||||||
|
|
||||||
For issues, please report to https://github.com/raidenii/acme.sh/issues.
|
For issues, please report to https://github.com/raidenii/acme.sh/issues.
|
||||||
|
|
||||||
|
## 28. Use Name.com API
|
||||||
## 28. Use pdd.yandex.ru API
|
|
||||||
|
|
||||||
```
|
|
||||||
export PDD_Token="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
||||||
```
|
|
||||||
|
|
||||||
Follow these instructions to get the token for your domain https://tech.yandex.com/domain/doc/concepts/access-docpage/
|
|
||||||
```
|
|
||||||
acme.sh --issue --dns dns_yandex -d mydomain.example.org
|
|
||||||
```
|
|
||||||
|
|
||||||
For issues, please report to https://github.com/non7top/acme.sh/issues.
|
|
||||||
|
|
||||||
|
|
||||||
## 29. Use Name.com API
|
|
||||||
|
|
||||||
You'll need to fill out the form at https://www.name.com/reseller/apply to apply
|
You'll need to fill out the form at https://www.name.com/reseller/apply to apply
|
||||||
for API username and token.
|
for API username and token.
|
||||||
@ -587,6 +572,18 @@ acme.sh --issue --dns dns_dyn -d example.com -d www.example.com
|
|||||||
|
|
||||||
The `DYN_Customer`, `DYN_Username` and `DYN_Password` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
The `DYN_Customer`, `DYN_Username` and `DYN_Password` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
||||||
|
|
||||||
|
## 30. Use pdd.yandex.ru API
|
||||||
|
|
||||||
|
```
|
||||||
|
export PDD_Token="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||||
|
```
|
||||||
|
|
||||||
|
Follow these instructions to get the token for your domain https://tech.yandex.com/domain/doc/concepts/access-docpage/
|
||||||
|
```
|
||||||
|
acme.sh --issue --dns dns_yandex -d mydomain.example.org
|
||||||
|
```
|
||||||
|
|
||||||
|
For issues, please report to https://github.com/non7top/acme.sh/issues.
|
||||||
|
|
||||||
# Use custom API
|
# Use custom API
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user