Add IPv64.net

master
Roman Lumetsberger 2023-02-27 22:27:21 +01:00
parent 7ed9f33453
commit e78cb7d422
1 changed files with 17 additions and 21 deletions

@ -1603,27 +1603,6 @@ To issue a wildcard certificate, run command:
## 154. Use dynadot DNS API
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**
Login to to your dynadot account and create an api token
```sh
@ -1644,8 +1623,25 @@ DYNADOTAPI_RETRY_SLEEP=30
* `DYNADOTAPI_API_RETRIES` number of times to attempt a DYNADOT api call.
* `DYNADOTAPI_RETRY_SLEEP` sleep time between DYNADOT api calls (only applied if a call fails and DYNADOTAPI_API_RETRIES is set great than 1)
## 155. Use IPv64 DNS API
Login to your [IPV64](https://ipv64.net/account.php?login) Account 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
```