ionos cloud dns api: fix small text inconsistency
parent
873ddb9285
commit
84188c6958
|
@ -2295,9 +2295,9 @@ Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issu
|
||||||
|
|
||||||
## 169. Using the IONOS Cloud DNS API
|
## 169. Using the IONOS Cloud DNS API
|
||||||
|
|
||||||
For informations on how to obtain a token, please read the IONOS cloud api [documentation](https://docs.ionos.com/reference/readme/get-started#authorization).
|
For information on how to obtain a token, please read the IONOS Cloud API [documentation](https://docs.ionos.com/reference/readme/get-started#authorization).
|
||||||
|
|
||||||
Please note that [IONOS Cloud DNS](https://docs.ionos.com/cloud/network-services/cloud-dns) API is different from [IONOS core API](https://github.com/acmesh-official/acme.sh/wiki/dnsapi2#129-using-the-ionos-domain-api)
|
Please note that [IONOS Cloud DNS](https://docs.ionos.com/cloud/network-services/cloud-dns) API is different from [IONOS Core API](https://github.com/acmesh-official/acme.sh/wiki/dnsapi2#129-using-the-ionos-domain-api)
|
||||||
|
|
||||||
After obtaining token, you need to export it as an environment variable:
|
After obtaining token, you need to export it as an environment variable:
|
||||||
|
|
||||||
|
@ -2305,13 +2305,13 @@ After obtaining token, you need to export it as an environment variable:
|
||||||
export IONOS_TOKEN="..."
|
export IONOS_TOKEN="..."
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, you can issue a certificate, by executing:
|
Then, you can issue a certificate by executing:
|
||||||
|
|
||||||
```
|
```
|
||||||
./acme.sh --issue --dns dns_ionos_cloud -d example.com
|
./acme.sh --issue --dns dns_ionos_cloud -d example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
Please Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/5243)
|
Please report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/5243)
|
||||||
|
|
||||||
|
|
||||||
<a name="dns_myapi"/>
|
<a name="dns_myapi"/>
|
||||||
|
|
Loading…
Reference in New Issue