Updated EasyDNS links, expanded signup information, and changed token and key order to match emails sent by EasyDNS
parent
d6051f6ec0
commit
d04154d198
13
dnsapi.md
13
dnsapi.md
|
@ -1959,23 +1959,26 @@ To issue a cert:
|
||||||
```
|
```
|
||||||
|
|
||||||
## 95. Use easyDNS.net API to automatically issue a cert
|
## 95. Use easyDNS.net API to automatically issue a cert
|
||||||
You need to sign up for beta API access [here](http://docs.sandbox.rest.easydns.net/beta_signup.php).
|
You need to sign up for API access [here](https://cp.easydns.com/manage/security/api/signup.php) or select 'User' -> 'Security' from the top menu and select 'signup' in the 'easyDNS REST API' section after logging in to your account.
|
||||||
Docs: http://sandbox.rest.easydns.net:3000/
|
API Docs: https://sandbox.rest.easydns.net:3001/
|
||||||
|
|
||||||
|
Note that initially you are only granted API access to a sandbox environment, not your live DNS settings.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
export EASYDNS_Key="xxxxxxxxxxxxxxxxx.xxxxxxxx"
|
|
||||||
export EASYDNS_Token="xxxxxxxxxxxxxxx.xxxxxxxx"
|
export EASYDNS_Token="xxxxxxxxxxxxxxx.xxxxxxxx"
|
||||||
|
export EASYDNS_Key="apixxxxxxxxxxxxxx.xxxxxxxx"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Ok, let's issue a cert now:
|
Ok, let's issue a cert now:
|
||||||
```sh
|
```sh
|
||||||
./acme.sh --issue --dns dns_easydns -d example.com -d www.example.com
|
./acme.sh --issue --dns dns_easydns -d example.com -d www.example.com
|
||||||
```
|
```
|
||||||
The `EASYDNS_Key` and `EASYDNS_Token` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
The `EASYDNS_Token` and `EASYDNS_Key` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
||||||
|
|
||||||
If you find any bugs, please report here:
|
If you find any bugs, please report here:
|
||||||
|
|
||||||
https://github.com/Neilpang/acme.sh/issues/2647
|
https://github.com/acmesh-official/acme.sh/issues/2647
|
||||||
|
|
||||||
## 96. Use CloudDNS API to automatically issue a cert
|
## 96. Use CloudDNS API to automatically issue a cert
|
||||||
Docs: https://github.com/vshosting/clouddns
|
Docs: https://github.com/vshosting/clouddns
|
||||||
|
|
Loading…
Reference in New Issue