1
0
réplica de https://github.com/therootcompany/greenlock.js.git sincronizado 2024-11-16 17:29:00 +00:00
Este cometimento está contido em:
AJ ONeal 2016-08-08 19:50:09 -04:00
ascendente 06822604a1
cometimento 5d8c71a982
7 ficheiros modificados com 0 adições e 24 eliminações

Ver ficheiro

@ -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.

Ver ficheiro

@ -1 +0,0 @@
hello

Ver ficheiro

@ -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']
};