v3.0.19: doc fixes for markdown rendering
This commit is contained in:
parent
2a0d7a8f31
commit
9570e1a91e
13
README.md
13
README.md
|
@ -281,7 +281,10 @@ gl.remove({
|
||||||
<summary>Node.js</summary>
|
<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
|
```bash
|
||||||
npm install --save @root/greenlock
|
npm install --save @root/greenlock
|
||||||
|
@ -336,7 +339,7 @@ TODO
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Custom SSL Cert & Domain Management</summary>
|
<summary>SSL Cert & Domain Management</summary>
|
||||||
|
|
||||||
## SSL Certificate & Domain Management
|
## 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>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Custom Key & Cert Storage</summary>
|
<summary>Key & Cert Storage</summary>
|
||||||
|
|
||||||
## Key and Certificate Store
|
## Key and Certificate Store
|
||||||
|
|
||||||
|
@ -416,7 +419,7 @@ This set of callbacks update your service with new certificates and keypairs.
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Custom ACME HTTP-01 Challenges</summary>
|
<summary>ACME HTTP-01 Challenges</summary>
|
||||||
|
|
||||||
## ACME Challenge HTTP-01 Strategies
|
## ACME Challenge HTTP-01 Strategies
|
||||||
|
|
||||||
|
@ -441,7 +444,7 @@ TODO: getAcmeHttp01Challenge
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Custom ACME DNS-01 Challenges</summary>
|
<summary>ACME DNS-01 Challenges</summary>
|
||||||
|
|
||||||
## ACME Challenge DNS-01 Strategies
|
## ACME Challenge DNS-01 Strategies
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@root/greenlock",
|
"name": "@root/greenlock",
|
||||||
"version": "3.0.18",
|
"version": "3.0.19",
|
||||||
"description": "The easiest Let's Encrypt client for Node.js and Browsers",
|
"description": "The easiest Let's Encrypt client for Node.js and Browsers",
|
||||||
"homepage": "https://rootprojects.org/greenlock/",
|
"homepage": "https://rootprojects.org/greenlock/",
|
||||||
"main": "greenlock.js",
|
"main": "greenlock.js",
|
||||||
|
|
Loading…
Reference in New Issue