🔐 Free SSL, Free Wildcard SSL, and Automatic HTTPS for web servers and proxies - Apache, Nginx, HAProxy, etc.
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.
 
 

44 lines
1.0 KiB

{
"name": "greenlock-cli",
"version": "2.3.2",
"description": "Free SSL and Automated HTTPS from the Greenlock command line, modeled after certbot",
"homepage": "https://greenlock.domains",
"main": "index.js",
"bin": {
"greenlock": "bin/greenlock.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/greenlock-cli.js.git"
},
"keywords": [
"node",
"nodejs",
"acme",
"boulder",
"cli",
"letsencrypt",
"greenlock",
"le",
"ssl",
"https",
"tls",
"free"
],
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://git.rootprojects.org/root/greenlock-cli.js/issues"
},
"dependencies": {
"cli": "^1.0.1",
"greenlock": "^2.2.15",
"le-challenge-manual": "^2.1.0",
"le-challenge-standalone": "^2.1.0",
"le-store-certbot": "^2.1.0",
"mkdirp": "^0.5.1"
}
}