ACME http-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.
 

28 lines
712 B

{
"name": "acme-http-01-cli",
"version": "3.0.2",
"description": "A very simple reference implementation of an ACME http-01 challenge for Greenlock v2.7+ (and v3)",
"main": "index.js",
"homepage": "https://greenlock.domains/",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/acme-http-01-cli.js.git"
},
"keywords": [
"Let's Encrypt",
"ACME",
"Greenlock",
"http-01",
"certbot",
"cli",
"commandline"
],
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
"license": "MPL-2.0",
"bugs": {
"url": "https://git.rootprojects.org/root/acme-http-01-cli.js/issues"
}
}