2
0
mirror of https://git.coolaj86.com/coolaj86/greenlock-cli.js synced 2025-04-21 23:00:37 +00:00

Compare commits

..

No commits in common. "master" and "v2.3.2" have entirely different histories.

2 changed files with 12 additions and 8 deletions

View File

@ -3,7 +3,7 @@
!["Greenlock Function"](https://git.rootprojects.org/root/greenlock.js/raw/branch/master/logo/from-not-secure-to-secure-url-bar.png "from url bar showing not secure to url bar showing secure") !["Greenlock Function"](https://git.rootprojects.org/root/greenlock.js/raw/branch/master/logo/from-not-secure-to-secure-url-bar.png "from url bar showing not secure to url bar showing secure")
# [Greenlock™](https://git.rootprojects.org/root/greenlock-cli.js) for Web Servers | a [Root](https://rootprojects.org) project # Greenlock™ for Web Servers | a [Root](https://rootprojects.org) project
Free SSL, Free Wildcard SSL, and Fully Automated HTTPS made dead simple<br> Free SSL, Free Wildcard SSL, and Fully Automated HTTPS made dead simple<br>
<small>certificates issued by Let's Encrypt v2 via [ACME](https://git.rootprojects.org/root/acme-v2.js)</small> <small>certificates issued by Let's Encrypt v2 via [ACME](https://git.rootprojects.org/root/acme-v2.js)</small>
@ -272,13 +272,13 @@ Note: some of the options may not be fully implemented. If you encounter a probl
# Legal &amp; Rules of the Road # Legal &amp; Rules of the Road
Greenlock&trade; and Bluecrypt&trade; are [trademarks](https://rootprojects.org/legal/#trademark) of AJ ONeal Bluecrypt&trade; and Greenlock&trade; are [trademarks](https://rootprojects.org/legal/#trademark) of AJ ONeal
The rule of thumb is "attribute, but don't confuse". For example: The rule of thumb is "attribute, but don't confuse". For example:
> Built with [Greenlock CLI](https://git.rootprojects.org/root/greenlock-cli.js) (a [Root](https://rootprojects.org) project). > Built with [Greenlock CLI](https://git.rootprojects.org/root/greenlock-cli.js) (a [Root](https://rootprojects.org) project).
Please [contact us](mailto:aj@therootcompany.com) if you have any questions in regards to our trademark, Please [contact us](mailto:aj@therootcompany.com) if have any questions in regards to our trademark,
attribution, and/or visible source policies. We want to build great software and a great community. attribution, and/or visible source policies. We want to build great software and a great community.
[Greenlock&trade;](https://git.rootprojects.org/root/greenlock.js) | [Greenlock&trade;](https://git.rootprojects.org/root/greenlock.js) |

View File

@ -1,6 +1,6 @@
{ {
"name": "greenlock-cli", "name": "greenlock-cli",
"version": "2.3.3", "version": "2.3.2",
"description": "Free SSL and Automated HTTPS from the Greenlock command line, modeled after certbot", "description": "Free SSL and Automated HTTPS from the Greenlock command line, modeled after certbot",
"homepage": "https://greenlock.domains", "homepage": "https://greenlock.domains",
"main": "index.js", "main": "index.js",
@ -15,17 +15,21 @@
"url": "https://git.rootprojects.org/root/greenlock-cli.js.git" "url": "https://git.rootprojects.org/root/greenlock-cli.js.git"
}, },
"keywords": [ "keywords": [
"Let's Encrypt", "node",
"ACME", "nodejs",
"acme",
"boulder",
"cli", "cli",
"letsencrypt", "letsencrypt",
"greenlock",
"le",
"ssl", "ssl",
"https", "https",
"tls", "tls",
"Free SSL" "free"
], ],
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com)", "author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com)",
"license": "MPL-2.0", "license": "(MIT OR Apache-2.0)",
"bugs": { "bugs": {
"url": "https://git.rootprojects.org/root/greenlock-cli.js/issues" "url": "https://git.rootprojects.org/root/greenlock-cli.js/issues"
}, },