diff --git a/README.md b/README.md index f6bc0b0..269b09c 100644 --- a/README.md +++ b/README.md @@ -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