ignore TODOs for now

This commit is contained in:
AJ ONeal 2019-10-21 20:30:57 -06:00
parent f3cacf6db4
commit 7fc11f7908
1 changed files with 29 additions and 22 deletions

View File

@ -14,6 +14,7 @@ Greenlock™ is the easiest way to integrate Let's Encrypt into your project
We've built it simple enough for Hobbyists, and robust enough for the Enterprise.
<!--
# Localhost Development
<details>
@ -36,6 +37,8 @@ TODO
TODO
</details>
-->
# JavaScript Library
<details>
@ -127,11 +130,14 @@ TODO
</details>
<!--
<details>
<summary>Node.js</summary>
```bash
npm install --save @root/greenlock
````
```
TODO
@ -139,6 +145,7 @@ TODO
<details>
<summary>Express.js</summary>
```js
'use strict';
@ -151,10 +158,9 @@ maintainerEmail: 'jon@example.com'
// for
maintainerNewsletter: true
});
```
</details>
</details>
<details>
<summary>WebPack</summary>
@ -166,6 +172,8 @@ TODO
TODO
</details>
-->
# HTTP-01 &amp; DNS-01 Integrations
For Public Web Servers running on a VPS, the **default HTTP-01 challenge plugin**
@ -207,4 +215,3 @@ You can use ACME (Let's Encrypt) with
- S3 (AWS, Digital Ocean, etc)
- [x] TLS-ALPN-01 Challenges
- Contact us to learn about Greenlock Pro
```