16 lines
539 B
Markdown
16 lines
539 B
Markdown
# [acme-dns-01-namecheap](https://git.rootprojects.org/root/acme-dns-01-namecheap) | a [Root](https://rootrpojects.org) project
|
|
|
|
NameCheap DNS for Let's Encrypt / ACME dns-01 challenges with ACME.js and Greenlock.js (Node.js).
|
|
|
|
|
|
# In Development
|
|
The documentation for how to pass the tests is here:
|
|
|
|
* https://git.rootprojects.org/root/acme-dns-01-test.js
|
|
# Tests
|
|
|
|
```
|
|
# node ./test.js domain-zone api-user api-key username [username is optional if similar to api-user]
|
|
node ./test.js example.com demo d41474b94e7d4536baabb074a09c96bd
|
|
```
|