Cloudflare DNS + Let's Encrypt for Node.js - ACME dns-01 challenges w/ ACME.js and Greenlock.js
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.
 

30 lines
670 B

{
"name": "acme-dns-01-cloudflare",
"version": "0.1.0",
"description": "Cloudflare DNS for Let's Encrypt / ACME dns-01 challenges with ACME.js and Greenlock.js",
"main": "index.js",
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/mkg20001/acme-dns-01-cloudflare.git"
},
"keywords": [
"cloudflare",
"dns",
"dns-01",
"letsencrypt",
"acme",
"greenlock"
],
"author": "Maciej Krüger <mkg20001@gmail.com> (https://mkg20001.io/)",
"license": "MPL-2.0",
"dependencies": {
"@hapi/joi": "^15.1.0",
"@root/request": "^1.3.11"
},
"devDependencies": {
"acme-dns-01-test": "^3.2.1"
}
}