Revert b028eeb7a9dad8592b94c1ebbd7c6c854e927b8d...34f94f2d2d129816bf8a99f4036ef2dc326542ff on dnsapi
parent
34f94f2d2d
commit
3eded82ff1
29
dnsapi.md
29
dnsapi.md
|
@ -2195,8 +2195,8 @@ To issue a cert:
|
|||
## 107. Use dyndnsfree.de API
|
||||
|
||||
```sh
|
||||
export DF_user="XXX"
|
||||
export DF_password="XXX"
|
||||
export df_user="XXX"
|
||||
export df_password="XXX"
|
||||
```
|
||||
|
||||
To issue a cert:
|
||||
|
@ -2204,7 +2204,7 @@ To issue a cert:
|
|||
./acme.sh --issue --dns dns_df -d example.com -d www.example.com
|
||||
```
|
||||
|
||||
The `DF_user` and `DF_password` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
||||
The `df_user` and `df_password` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
||||
|
||||
## 108. Use Njalla API
|
||||
|
||||
|
@ -2926,29 +2926,6 @@ To issue a wildcard certificate, execute:
|
|||
./acme.sh --issue --dns dns_fornex -d example.com -d '*.example.com'
|
||||
```
|
||||
|
||||
## 146. Use DNS.Services API
|
||||
|
||||
Use your DNS.Services credentials
|
||||
|
||||
```sh
|
||||
export DnsServices_Username=user@example.com
|
||||
export DnsServices_Password=YouPassword
|
||||
```
|
||||
|
||||
To issue certificate, run the following command:
|
||||
|
||||
```sh
|
||||
./acme.sh --issue --dns dns_dnsservices -d example.com -d www.example.com
|
||||
```
|
||||
|
||||
To issue wildcard certificate, run the following command:
|
||||
|
||||
```sh
|
||||
./acme.sh --issue --dns dns_dnsservices -d example.com -d *.example.com
|
||||
```
|
||||
|
||||
The `DnsServices_Username` and `DnsServices_Password` will be saved in ~/.acme.sh/account.conf and will be reused when needed.
|
||||
|
||||
# ##################
|
||||
# Use custom API
|
||||
|
||||
|
|
Loading…
Reference in New Issue