Browse Source

v3.0.19: doc fixes for markdown rendering

npm v3.0.19
AJ ONeal 5 years ago
parent
commit
9570e1a91e
  1. 13
      README.md
  2. 2
      package.json

13
README.md

@ -281,7 +281,10 @@ gl.remove({
<summary>Node.js</summary>
-->
# Node
# Install
Greenlock comes with reasonable defaults but when you install it,
you should also install any plugins that you need.
```bash
npm install --save @root/greenlock
@ -336,7 +339,7 @@ TODO
-->
<details>
<summary>Custom SSL Cert & Domain Management</summary>
<summary>SSL Cert & Domain Management</summary>
## SSL Certificate & Domain Management
@ -385,7 +388,7 @@ In many cases it will interact with the same database as the Key & Cert Store, a
</details>
<details>
<summary>Custom Key & Cert Storage</summary>
<summary>Key & Cert Storage</summary>
## Key and Certificate Store
@ -416,7 +419,7 @@ This set of callbacks update your service with new certificates and keypairs.
</details>
<details>
<summary>Custom ACME HTTP-01 Challenges</summary>
<summary>ACME HTTP-01 Challenges</summary>
## ACME Challenge HTTP-01 Strategies
@ -441,7 +444,7 @@ TODO: getAcmeHttp01Challenge
</details>
<details>
<summary>Custom ACME DNS-01 Challenges</summary>
<summary>ACME DNS-01 Challenges</summary>
## ACME Challenge DNS-01 Strategies

2
package.json

@ -1,6 +1,6 @@
{
"name": "@root/greenlock",
"version": "3.0.18",
"version": "3.0.19",
"description": "The easiest Let's Encrypt client for Node.js and Browsers",
"homepage": "https://rootprojects.org/greenlock/",
"main": "greenlock.js",

Loading…
Cancel
Save