1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-21 21:32:56 +00:00

added NS1. support

This commit is contained in:
nytral
2017-03-08 22:12:37 +01:00
parent 2587639914
commit 7d0452c7e3
3 changed files with 171 additions and 0 deletions
+11
View File
@@ -394,6 +394,17 @@ acme.sh --issue --dns dns_knot -d example.com -d www.example.com
The `KNOT_SERVER` and `KNOT_KEY` settings will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
## 20. Use NS1. 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.