diff --git a/dnsapi2.md b/dnsapi2.md index b4b6f46..209baa2 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -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 -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: @@ -2305,13 +2305,13 @@ After obtaining token, you need to export it as an environment variable: 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 ``` -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)