remove cruft
This commit is contained in:
parent
06822604a1
commit
5d8c71a982
|
@ -1,9 +0,0 @@
|
|||
moved the tests to the examples folder
|
||||
|
||||
```bash
|
||||
node examples/commandline.js example.com,www.example.com user@example.com agree
|
||||
```
|
||||
|
||||
Try it for yourself.
|
||||
|
||||
Go watch [Let's Encrypt in (exactly) 90 seconds](https://daplie.com/articles/lets-encrypt-in-literally-90-seconds/) and swap out the Caddy instructions with the node instructions.
|
|
@ -1 +0,0 @@
|
|||
hello
|
|
@ -1,14 +0,0 @@
|
|||
'use strict';
|
||||
|
||||
var path = require('path');
|
||||
|
||||
module.exports = {
|
||||
server: "https://acme-staging.api.letsencrypt.org/directory"
|
||||
, tlsSni01Port: 5001
|
||||
, http01Port: 80
|
||||
, webrootPath: path.join(__dirname, "acme-challenge")
|
||||
, configDir: path.join(__dirname, "letsencrypt.config")
|
||||
, workDir: path.join(__dirname, "letsencrypt.work")
|
||||
, logsDir: path.join(__dirname, "letsencrypt.logs")
|
||||
, allowedDomains: ['example.com']
|
||||
};
|
Loading…
Reference in New Issue