mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-16 13:22:08 +08:00
Updated dnsapi2 (markdown)
21
dnsapi2.md
21
dnsapi2.md
@@ -1603,6 +1603,27 @@ To issue a wildcard certificate, run command:
|
|||||||
## 154. Use dynadot DNS API
|
## 154. Use dynadot DNS API
|
||||||
PENDING Pull Request: https://github.com/acmesh-official/acme.sh/pull/4510
|
PENDING Pull Request: https://github.com/acmesh-official/acme.sh/pull/4510
|
||||||
|
|
||||||
|
## 155. Use IPv64 DNS API
|
||||||
|
|
||||||
|
Login to your [IPV64](https://ipv64.net/account.php?login) and copy your API Key.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
export IPv64_Token="your_ipv64_api_key"
|
||||||
|
```
|
||||||
|
|
||||||
|
To issue a cert, run command:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./acme.sh --issue --dns dns_ipv64 -d example.com
|
||||||
|
```
|
||||||
|
|
||||||
|
To issue a wildcard certificate, run command:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./acme.sh --issue --dns dns_ipv64 -d example.com -d \*.example.com
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
**Please read the comments in `dnsapi/dns_dynadot.sh` to understand the issues and limitations with dynadot's api before reporting any bugs and for more information on the options below**
|
**Please read the comments in `dnsapi/dns_dynadot.sh` to understand the issues and limitations with dynadot's api before reporting any bugs and for more information on the options below**
|
||||||
Login to to your dynadot account and create an api token
|
Login to to your dynadot account and create an api token
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user