mirror of
https://git.coolaj86.com/coolaj86/acme-dns-01-namecheap.js.git
synced 2025-04-20 14:20:38 +00:00
11 lines
411 B
Markdown
11 lines
411 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).
|
|
|
|
# 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
|
|
```
|