ACME dns-01 challenge reference implementation for Greenlock v2.7+ (and v3).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

36 lines
851 B

{
"name": "acme-dns-01-cli",
"version": "3.1.0",
"description": "A manual (interactive CLI) dns-based strategy for Greenlock / Let's Encrypt / ACME DNS-01 challenges",
"homepage": "https://greenlock.domains/",
"main": "index.js",
"files": [],
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/acme-dns-01-cli.js.git"
},
"keywords": [
"Let's Encrypt",
"Greenlock",
"ACME",
"dns-01",
"wildcard",
"wildcards",
"manual",
"cli",
"dns",
"challenge"
],
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
"license": "MPL-2.0",
"bugs": {
"url": "https://git.rootprojects.org/root/acme-dns-01-cli.js/issues"
},
"dependencies": {},
"devDependencies": {
"acme-dns-01-test": "^3.1.0"
}
}