Updated dnsapi2 (markdown)

master
Sergey Ponomarev 2023-06-06 23:47:53 +03:00
parent 812840163d
commit 519834d383
1 changed files with 16 additions and 23 deletions

@ -261,7 +261,7 @@ export REGRU_API_Password='водим пароль каторый настрои
```
Для получения сертификата выполните:
```sh
./acme.sh --issue --dns dns_regru -d 'example.com' -d '*.example.com'
./acme.sh --issue --dns dns_regru -d example.com -d *.example.com
```
Настройки для авторизации `REGRU_API_Username` и `REGRU_API_Password` будут сохранены в `~/.acme.sh/account.conf` и будут использоваться повторно при необходимости из конфига acme.
@ -284,13 +284,12 @@ export VULTR_API_KEY="<Your API key>"
To issue a cert:
```sh
./acme.sh --issue --dns dns_vultr -d example.com -d www.example.com
./acme.sh --issue --dns dns_vultr -d example.com -d *.example.com
```
The `VULTR_API_KEY` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
If you find any bugs of Vultr API, please report here:
https://github.com/Neilpang/acme.sh/issues/2374
If you find any bugs, please report [here](https://github.com/Neilpang/acme.sh/issues/2374)
<a name="dns_jd"/>
@ -323,7 +322,7 @@ export JD_REGION="cn-north-1" # 这里写你要改的区域
有 bug 的话可以报到这里: https://github.com/Neilpang/acme.sh/issues/2388
## <a name="dns_hexonet"/> 84. Use hexonet.com DNS API to automatically issue a cert
## 84. Use hexonet.com DNS API to automatically issue a cert {#dns_hexonet}
Login to hexonet.net.
Create a role user in your [Account -> Settings -> ShareAccess](https://account.hexonet.net/#/role-accounts)
@ -377,9 +376,7 @@ Ok, let's issue a cert now:
The `DOMENESHOP_Token` and `DOMENESHOP_Secret` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
If you find any bugs, please report here:
https://github.com/Neilpang/acme.sh/issues/2457
If you find any bugs, please report [here](https://github.com/Neilpang/acme.sh/issues/2457)
<a name="dns_opnsense"/>
@ -400,13 +397,12 @@ export OPNs_Api_Insecure=0
Ok, let's issue a cert now:
```sh
./acme.sh --issue --dns dns_opnsense -d example.com -d www.example.com
./acme.sh --issue --dns dns_opnsense -d example.com -d *.example.com
```
The `OPNs_Host`, `OPNs_Port`, `OPNs_Key`, `OPNs_Token` and `OPNs_Api_Insecure` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
If you find any bugs, please report here:
https://github.com/Neilpang/acme.sh/issues/2480
If you find any bugs, please report [here](https://github.com/Neilpang/acme.sh/issues/2480)
<a name="dns_rcode0"/>
@ -438,8 +434,7 @@ export RCODE0_TTL=60
```
Use a different TTL for the generated records
If you find any bugs, please report here:
https://github.com/Neilpang/acme.sh/issues/2490
If you find any bugs, please report [here](https://github.com/Neilpang/acme.sh/issues/2490)
<a name="dns_miab"/>
@ -458,13 +453,12 @@ export MIAB_Server='FQDN_of_your_MIAB_Server'
To issue a cert:
```sh
./acme.sh --issue --dns dns_miab -d example.com -d www.example.com
./acme.sh --issue --dns dns_miab -d example.com -d *.example.com
```
The `MIAB_Username`, `MIAB_Password` and `MIAB_Server` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
If you find any bugs, please report here:
https://github.com/Neilpang/acme.sh/issues/2550
If you find any bugs, please report [here](https://github.com/Neilpang/acme.sh/issues/2550)
<a name="dns_nic"/>
@ -490,10 +484,10 @@ To issue a cert:
```bash
./acme.sh --issue --dns dns_nic -d domain.com -d www.domain.com
```
The NIC_Username, NIC_Password, NIC_ClientID and NIC_ClientSecret will be saved in ~/.acme.sh/account.conf and will be reused when needed.
If you find any bugs, please report here:
https://github.com/Neilpang/acme.sh/issues/2547
The `NIC_Username`, `NIC_Password`, `NIC_ClientID` and `NIC_ClientSecret` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
If you find any bugs, please report [here](https://github.com/Neilpang/acme.sh/issues/2547)
Docs:
* https://www.nic.ru/help/upload/file/API_DNS-hosting-en.pdf
@ -512,13 +506,12 @@ export LSW_Key="<key>"
Ok, let's issue a cert now:
```sh
./acme.sh --issue --dns dns_leaseweb -d example.com -d www.example.com
./acme.sh --issue --dns dns_leaseweb -d example.com -d *.example.com
```
The `LSW_Key` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
If you find any bugs, please report here:
https://github.com/Neilpang/acme.sh/issues/2558
If you find any bugs, please report [here](https://github.com/Neilpang/acme.sh/issues/2558)
@ -534,7 +527,7 @@ export VARIOMEDIA_API_TOKEN="<token>"
Ok, let's issue a cert now:
```sh
./acme.sh --issue --dns dns_variomedia -d example.com -d www.example.com
./acme.sh --issue --dns dns_variomedia -d example.com -d *.example.com
```
The `VARIOMEDIA_API_TOKEN` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.