added missing "Report any bugs or issues" links

Sergey Ponomarev 2023-08-15 12:04:14 +03:00
parent 7cb8c126c6
commit d6a34e5826
1 changed files with 23 additions and 8 deletions

@ -1,8 +1,6 @@
# How to use DNS API
If your DNS provider doesn't provide API access, you can use our DNS alias mode:
https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode
If your DNS provider doesn't provide API access, you can use our [DNS alias mode](https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode)
* [1. CloudFlare](#dns_cf)
@ -1384,6 +1382,8 @@ Ok, let's issue a cert now:
The hosting.de API key and endpoint will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/2058)
<a name="dns_neodigit" />
@ -1438,6 +1438,8 @@ You can then issue certs by using:
./acme.sh --issue --dns dns_pointhq -d example.com -d www.example.com
```
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/2060)
<a name="dns_active24" />
@ -1458,6 +1460,8 @@ Now, let's issue a cert, set `dnssleep` for propagation new DNS record:
The `ACTIVE24_Token` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/2059)
<a name="dns_doapi" />
@ -1477,6 +1481,8 @@ To issue a certificate run:
The API token will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/2057)
<a name="dns_nw" />
@ -1523,6 +1529,8 @@ Finally, we'll issue the certificate: (Thermo DNS publishes at max every 15 minu
The `NW_API_TOKEN` and `NW_API_ENDPOINT` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/2088)
<a name="dns_nw" />
@ -1545,6 +1553,8 @@ Finally, we'll issue the certificate: (Futurehosting DNS publishes at max every
The `NW_API_TOKEN` and `NW_API_ENDPOINT` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/2088)
<a name="dns_rackspace" />
@ -1611,6 +1621,8 @@ To issue a new certificate, run:
After certificate is ready, you can install it with [deploy command](https://github.com/acmesh-official/acme.sh/wiki/deployhooks#14-deploy-your-cert-on-mydevilnet).
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/2079)
<a name="dns_cn" />
@ -1672,7 +1684,6 @@ To issue a cert run:
`ZONE_Username` and `ZONE_Key` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/2146)
@ -1701,6 +1712,8 @@ To issue a cert run:
`ULTRA_USR` and `ULTRA_PWD` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/2118)
<a name="dns_desec" />
@ -1781,6 +1794,8 @@ export HETZNER_Token="<token>"
./acme.sh --issue --dns dns_hetzner -d example.com -d www.example.com --server letsencrypt
```
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/2943)
<a name="dns_ddnss" />