Updated dnsapi (markdown)

master
Bill Gertz 2019-10-14 00:09:54 +02:00
parent 5f2b7e2504
commit 921f9ac157
1 changed files with 4 additions and 4 deletions

@ -1774,12 +1774,12 @@ https://github.com/Neilpang/acme.sh/issues/2490
## 88. Use MailinaBox
Use the MailinaBox (MIAB) Custom DNS REST API interface to MIAB DNS. You only need to set your MIAB login credentials and the fully qualified domain name of the MIAB Server.
Use the MailinaBox (MIAB) Custom DNS REST API interface to MIAB DNS. You only need to set your MIAB login credentials and the fully qualified domain name of the MIAB Server. Suggest single quote over double quote to ensure characters are not interpreted by the shell - important for passwords.
```
export MIAB_Username="your_MIAB_admin_username"
export MIAB_Password="your_MIAB_admin_password"
export MIAB_Server="your_FQDN_to_MIAB_Server"
export MIAB_Username='your_MIAB_admin_username'
export MIAB_Password='your_MIAB_admin_password'
export MIAB_Server='FQDN_of_your_MIAB_Server'
```
To issue a cert: