diff --git a/dnsapi.md b/dnsapi.md index 0babbf4..920845d 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1198,7 +1198,7 @@ The TELE3_Key and TELE3_Secret will be saved in `~/.acme.sh/account.conf` and wi -## 47. Use Euserv.eu API +## 47. Use EUserv.eu API First you need to login to your euserv.eu account and activate your API Administration (API Verwaltung). [https://support.euserv.com](https://support.euserv.com) @@ -1208,17 +1208,17 @@ Please specify the scope (active groups: domain) and assign the allowed IPs. ```sh export EUSERV_Username="99999.user123" -export EUSERV_Password="Asbe54gHde" +export EUSERV_Password="" ``` -Ok, let's issue a cert now: (Be aware to use the `--insecure` flag, cause euserv.eu is still using self-signed certificates!) +Ok, let's issue a cert now: (Be aware to use the `--insecure` flag, because the euserv.eu is still using self-signed certificates!) ```sh ./acme.sh --issue --dns dns_euserv -d example.com -d *.example.com --insecure ``` The `EUSERV_Username` and `EUSERV_Password` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. -Report any bugs or issues [here](https://github.com/initit/acme.sh) or to +Report any bugs or issues to @@ -1258,7 +1258,7 @@ You can change the configuration being used without *activating* it; simply set To issue a certificate you can: ```sh export CLOUDSDK_ACTIVE_CONFIG_NAME=default # see the note above -./acme.sh --issue --dns dns_gcloud -d example.com -d '*.example.com' +./acme.sh --issue --dns dns_gcloud -d example.com -d *.example.com ``` `dns_gcloud` also supports [DNS alias mode](https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode). @@ -1772,7 +1772,7 @@ Ensure that the acme.sh process has write access to the zone file and read acces Issuing a certificate: ```sh -./acme.sh --issue --dns dns_maradns -d example.com -d '*.example.com' +./acme.sh --issue --dns dns_maradns -d example.com -d *.example.com ``` `MARA_ZONE_FILE` and `MARA_DUENDE_PID_PATH` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.