mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-04 20:32:19 +08:00
There is no MIJN_HOST but MIJNHOST without the underscore. Found out trying to use it.
@@ -2428,7 +2428,7 @@ This script uses DNS API for [mijn.host](https://mijn.host/) dns service and is
|
|||||||
|
|
||||||
Before first execution define the following in sh (or bash):
|
Before first execution define the following in sh (or bash):
|
||||||
```sh
|
```sh
|
||||||
export MIJN_HOST_API_KEY="your API key"
|
export MIJNHOST_API_KEY="your API key"
|
||||||
```
|
```
|
||||||
|
|
||||||
API keys can be generated in mijn.host customer portal [API settings](https://mijn.host/cp/account/api/). Be aware that the maximum
|
API keys can be generated in mijn.host customer portal [API settings](https://mijn.host/cp/account/api/). Be aware that the maximum
|
||||||
@@ -2436,7 +2436,7 @@ lifetime for an API key is 6 months, so you'll need to update it regularly.
|
|||||||
|
|
||||||
To issue a cert:
|
To issue a cert:
|
||||||
```sh
|
```sh
|
||||||
./acme.sh --issue --dns dns_mijn_host -d example.com -d *.example.com
|
./acme.sh --issue --dns dns_mijnhost -d example.com -d *.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6177)
|
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6177)
|
||||||
|
|||||||
Reference in New Issue
Block a user