greenlock.js-ARCHIVED/tests/config.js

11 lines
221 B
JavaScript
Raw Normal View History

2015-12-12 06:39:20 +00:00
'use strict';
2015-12-12 07:18:06 +00:00
var path = require('path');
2015-12-12 06:39:20 +00:00
module.exports = {
server: "https://acme-staging.api.letsencrypt.org/directory"
, tlsSni01Port: 5001
, http01Port: 80
2015-12-12 07:18:06 +00:00
, webrootPath: path.join(__dirname, "acme-challenge")
2015-12-12 06:39:20 +00:00
};