2
0
mirror of https://git.coolaj86.com/coolaj86/acme-dns-01-cli.js synced 2025-12-23 18:48:39 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
32030b9d80 typo fix 2019-05-15 23:30:38 -06:00
202ba6b787 typo fix 2019-05-15 23:22:14 -06:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# [acme-http-01-dns](https://git.rootprojects.org/root/acme-http-01-dns.js) | a [Root](https://rootprojects.org) project
# [acme-dns-01-cli](https://git.rootprojects.org/root/acme-dns-01-cli.js) | a [Root](https://rootprojects.org) project
An extremely simple reference implementation
of an ACME (Let's Encrypt) dns-01 challenge strategy.
@ -24,7 +24,7 @@ Other ACME Challenge Reference Implementations:
## Install
```bash
npm install --save acme-http-01-dns@3.x
npm install --save acme-dns-01-cli@3.x
```
If you have `greenlock@v2.6` or lower, you'll need the old `le-challenge-dns@2.x` instead.

View File

@ -1,6 +1,6 @@
{
"name": "acme-dns-01-cli",
"version": "3.0.5",
"version": "3.0.7",
"description": "A manual (interactive CLI) dns-based strategy for Greenlock / Let's Encrypt / ACME DNS-01 challenges",
"homepage": "https://greenlock.domains/",
"main": "index.js",