last but not least

This commit is contained in:
nytral
2017-05-08 15:51:01 +02:00
parent 4c80ed3208
commit 5e3a5f627a
3 changed files with 170 additions and 0 deletions

View File

@ -494,6 +494,17 @@ be reused when needed.
If you have any issues with this integration please report them to
https://github.com/pho3nixf1re/acme.sh/issues.
## 26. Use NS1.com API
```
export NS1_Key="fdmlfsdklmfdkmqsdfk"
```
Ok, let's issue a cert now:
```
acme.sh --issue --dns dns_nsone -d example.com -d www.example.com
```
# Use custom API
If your API is not supported yet, you can write your own DNS API.