typo fix
This commit is contained in:
parent
bf0a37a33c
commit
202ba6b787
|
@ -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
|
An extremely simple reference implementation
|
||||||
of an ACME (Let's Encrypt) dns-01 challenge strategy.
|
of an ACME (Let's Encrypt) dns-01 challenge strategy.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "acme-dns-01-cli",
|
"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",
|
"description": "A manual (interactive CLI) dns-based strategy for Greenlock / Let's Encrypt / ACME DNS-01 challenges",
|
||||||
"homepage": "https://greenlock.domains/",
|
"homepage": "https://greenlock.domains/",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
Loading…
Reference in New Issue