ignore TODOs for now
This commit is contained in:
parent
f3cacf6db4
commit
7fc11f7908
15
README.md
15
README.md
|
@ -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.
|
We've built it simple enough for Hobbyists, and robust enough for the Enterprise.
|
||||||
|
|
||||||
|
<!--
|
||||||
# Localhost Development
|
# Localhost Development
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
@ -36,6 +37,8 @@ TODO
|
||||||
TODO
|
TODO
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
# JavaScript Library
|
# JavaScript Library
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
@ -127,11 +130,14 @@ TODO
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Node.js</summary>
|
<summary>Node.js</summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install --save @root/greenlock
|
npm install --save @root/greenlock
|
||||||
````
|
```
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
|
@ -139,6 +145,7 @@ TODO
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Express.js</summary>
|
<summary>Express.js</summary>
|
||||||
|
|
||||||
```js
|
```js
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
@ -151,10 +158,9 @@ maintainerEmail: 'jon@example.com'
|
||||||
// for
|
// for
|
||||||
maintainerNewsletter: true
|
maintainerNewsletter: true
|
||||||
});
|
});
|
||||||
|
|
||||||
```
|
```
|
||||||
</details>
|
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>WebPack</summary>
|
<summary>WebPack</summary>
|
||||||
|
@ -166,6 +172,8 @@ TODO
|
||||||
TODO
|
TODO
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
# HTTP-01 & DNS-01 Integrations
|
# HTTP-01 & DNS-01 Integrations
|
||||||
|
|
||||||
For Public Web Servers running on a VPS, the **default HTTP-01 challenge plugin**
|
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)
|
- S3 (AWS, Digital Ocean, etc)
|
||||||
- [x] TLS-ALPN-01 Challenges
|
- [x] TLS-ALPN-01 Challenges
|
||||||
- Contact us to learn about Greenlock Pro
|
- Contact us to learn about Greenlock Pro
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue