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

Compare commits

...

3 Commits

Author SHA1 Message Date
5130d9e5c8 update link 2019-05-15 22:44:29 -06:00
07cb518cad v2.3.3 2019-05-15 22:31:54 -06:00
3cb848b4c4 doc updates 2019-05-15 21:51:59 -06:00
2 changed files with 8 additions and 12 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™ for Web Servers | a [Root](https://rootprojects.org) project # [Greenlock™](https://git.rootprojects.org/root/greenlock-cli.js) 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
Bluecrypt&trade; and Greenlock&trade; are [trademarks](https://rootprojects.org/legal/#trademark) of AJ ONeal Greenlock&trade; and Bluecrypt&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 have any questions in regards to our trademark, Please [contact us](mailto:aj@therootcompany.com) if you 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.2", "version": "2.3.3",
"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,21 +15,17 @@
"url": "https://git.rootprojects.org/root/greenlock-cli.js.git" "url": "https://git.rootprojects.org/root/greenlock-cli.js.git"
}, },
"keywords": [ "keywords": [
"node", "Let's Encrypt",
"nodejs", "ACME",
"acme",
"boulder",
"cli", "cli",
"letsencrypt", "letsencrypt",
"greenlock",
"le",
"ssl", "ssl",
"https", "https",
"tls", "tls",
"free" "Free SSL"
], ],
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com)", "author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com)",
"license": "(MIT OR Apache-2.0)", "license": "MPL-2.0",
"bugs": { "bugs": {
"url": "https://git.rootprojects.org/root/greenlock-cli.js/issues" "url": "https://git.rootprojects.org/root/greenlock-cli.js/issues"
}, },