mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-06 05:22:09 +08:00
ionos cloud dns api: fix small text inconsistency
@@ -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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user