Merge pull request #921 from raidenii/master

Fix README.md for DNS API.
This commit is contained in:
neil 2017-07-02 21:49:17 +08:00 committed by GitHub
commit bb4d378733

View File

@ -524,16 +524,16 @@ For issues, please report to https://github.com/raidenii/acme.sh/issues.
## 28. Use Name.com API ## 28. 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.
```
```
export Namecom_Username="testuser" export Namecom_Username="testuser"
export Namecom_Token="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" export Namecom_Token="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
``` ```
And now you can issue certs with: And now you can issue certs with:
``` ```
acme.sh --issue --dns dns_namecom -d example.com -d www.example.com acme.sh --issue --dns dns_namecom -d example.com -d www.example.com
``` ```