This commit is contained in:
AJ ONeal 2019-05-15 23:22:14 -06:00
parent bf0a37a33c
commit 202ba6b787
2 changed files with 2 additions and 2 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.

View File

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