Update README.md

This commit is contained in:
AJ ONeal 2015-12-13 00:30:47 -08:00
parent 532dc5f499
commit 146c80278d
1 changed files with 7 additions and 6 deletions

View File

@ -58,6 +58,13 @@ than what makes sense to show in a minimal snippet.
* [commandline (standalone with "webroot")](https://github.com/Daplie/node-letsencrypt/blob/master/examples/commandline.js)
```bash
# manual standalone registration via commandline
# (runs against testing server on tls port 5001)
node examples/commandline.js example.com,www.example.com user@example.net agree
```
[`commandline-minimal`](https://github.com/Daplie/node-letsencrypt/blob/master/examples/commandline-minimal.js):
```javascript
'use strict';
@ -114,12 +121,6 @@ var tlsServer = require('https').createServer({
});
```
```bash
# manual standalone registration via commandline
# (runs against testing server on tls port 5001)
node examples/commandline.js example.com,www.example.com user@example.net agree
```
### Express
Fully Automatic HTTPS with ExpressJS using Free SSL certificates from Let's Encrypt