greenlock
Advanced tools
+3
-3
| { | ||
| "name": "greenlock", | ||
| "version": "3.0.25", | ||
| "version": "3.0.26", | ||
| "description": "The easiest Let's Encrypt client for Node.js and Browsers", | ||
@@ -40,3 +40,3 @@ "homepage": "https://rootprojects.org/greenlock/", | ||
| "@root/csr": "^0.8.1", | ||
| "@root/greenlock": "^3.0.25", | ||
| "@root/greenlock": "^3.0.26", | ||
| "@root/keypairs": "^0.9.0", | ||
@@ -47,3 +47,3 @@ "@root/mkdirp": "^1.0.0", | ||
| "cert-info": "^1.5.1", | ||
| "greenlock-manager-fs": "^3.0.1", | ||
| "greenlock-manager-fs": "^3.0.3", | ||
| "greenlock-store-fs": "^3.2.0", | ||
@@ -50,0 +50,0 @@ "safe-replace": "^1.1.0" |
+15
-15
@@ -1,2 +0,2 @@ | ||
| # New Documentation & [v2/v3 Migration Guide](https://git.rootprojects.org/root/greenlock.js/src/branch/v3/MIGRATION_GUIDE_V2_V3.md) | ||
| # New Documentation & [v2/v3 Migration Guide](https://git.rootprojects.orggreenlock.js/src/branch/v3/MIGRATION_GUIDE_V2_V3.md) | ||
@@ -9,9 +9,9 @@ Greenlock v3 was just released from private beta **today** (Nov 1st, 2019). | ||
| To start, check out the | ||
| [Migration Guide](https://git.rootprojects.org/root/greenlock.js/src/branch/v3/MIGRATION_GUIDE_V2_V3.md). | ||
| [Migration Guide](https://git.rootprojects.orggreenlock.js/src/branch/v3/MIGRATION_GUIDE_V2_V3.md). | ||
|  | ||
|  | ||
|  | ||
|  | ||
| # [Greenlock](https://git.rootprojects.org/root/greenlock.js) is Let's Encrypt for JavaScript | ||
| # [Greenlock](https://git.rootprojects.orggreenlock.js) is Let's Encrypt for JavaScript | ||
@@ -22,3 +22,3 @@ | Built by [Root](https://rootprojects.org) for [Hub](https://rootprojects.org/hub/) | ||
| | **Greenlock** | [Greenlock Express](https://git.rootprojects.org/root/greenlock-express.js) | [ACME.js](https://git.rootprojects.org/root/acme.js) | | ||
| | **Greenlock** | [Greenlock Express](https://git.rootprojects.orggreenlock-express.js) | [ACME.js](https://git.rootprojects.org/root/acme.js) | | ||
@@ -294,3 +294,3 @@ It uses **Let's Encrypt** to generate Free SSL Certificates, including **Wildcard** SSL. | ||
| **Disclaimer**: This is only intended for testing, demos, and SNICallback | ||
| (in [Greenlock Express](https://git.rootprojects.org/root/greenlock-express.js)). | ||
| (in [Greenlock Express](https://git.rootprojects.orggreenlock-express.js)). | ||
@@ -303,3 +303,3 @@ Greenlock is intended to be left running to allow it to fetech and renew certifictates automatically. | ||
| - [Store Callback Documentation](https://git.rootprojects.org/root/greenlock-store-test.js) | ||
| - [Store Callback Documentation](https://git.rootprojects.orggreenlock-store-test.js) | ||
@@ -409,3 +409,3 @@ ```js | ||
| ```bash | ||
| npm install --save @root/greenlock | ||
| npm install --save greenlock | ||
| npm install --save greenlock-manager-fs | ||
@@ -428,3 +428,3 @@ npm install --save greenlock-store-fs | ||
| var Greenlock = require(@root/greenlock-express); | ||
| var Greenlock = require(greenlock-express); | ||
@@ -459,3 +459,3 @@ var greenlock = Greenlock.create({ | ||
| <!-- | ||
| - [greenlock.js/examples/](https://git.rootprojects.org/root/greenlock.js/src/branch/master/examples) | ||
| - [greenlock.js/examples/](https://git.rootprojects.orggreenlock.js/src/branch/master/examples) | ||
| --> | ||
@@ -468,3 +468,3 @@ | ||
| Full Docs: https://git.rootprojects.org/root/greenlock-manager-test.js | ||
| Full Docs: https://git.rootprojects.orggreenlock-manager-test.js | ||
@@ -518,3 +518,3 @@ This is what keeps the mapping of domains <-> certificates. | ||
| Full Docs: https://git.rootprojects.org/root/greenlock-store-test.js | ||
| Full Docs: https://git.rootprojects.orggreenlock-store-test.js | ||
@@ -667,3 +667,3 @@ This set of callbacks update your service with new certificates and keypairs. | ||
| > Built with [Greenlock Express](https://git.rootprojects.org/root/greenlock.js) (a [Root](https://rootprojects.org) project). | ||
| > Built with [Greenlock Express](https://git.rootprojects.orggreenlock.js) (a [Root](https://rootprojects.org) project). | ||
@@ -673,5 +673,5 @@ Please [contact us](mailto:aj@therootcompany.com) if you have any questions in regards to our trademark, | ||
| [Greenlock™](https://git.rootprojects.org/root/greenlock.js) | | ||
| [Greenlock™](https://git.rootprojects.orggreenlock.js) | | ||
| MPL-2.0 | | ||
| [Terms of Use](https://therootcompany.com/legal/#terms) | | ||
| [Privacy Policy](https://therootcompany.com/legal/#privacy) |
40112
-0.22%Updated
Updated