Compare commits

...

3 Commits

Author SHA1 Message Date
AJ ONeal 5130d9e5c8 update link 2019-05-15 22:44:29 -06:00
AJ ONeal 07cb518cad v2.3.3 2019-05-15 22:31:54 -06:00
AJ ONeal 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™ 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>
<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
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:
> 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.
[Greenlock&trade;](https://git.rootprojects.org/root/greenlock.js) |

View File

@ -1,6 +1,6 @@
{
"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",
"homepage": "https://greenlock.domains",
"main": "index.js",
@ -15,21 +15,17 @@
"url": "https://git.rootprojects.org/root/greenlock-cli.js.git"
},
"keywords": [
"node",
"nodejs",
"acme",
"boulder",
"Let's Encrypt",
"ACME",
"cli",
"letsencrypt",
"greenlock",
"le",
"ssl",
"https",
"tls",
"free"
"Free SSL"
],
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com)",
"license": "(MIT OR Apache-2.0)",
"license": "MPL-2.0",
"bugs": {
"url": "https://git.rootprojects.org/root/greenlock-cli.js/issues"
},