Greenlock branding

This commit is contained in:
AJ ONeal 2018-05-10 12:09:43 -06:00
parent 3b27aa6806
commit 89e0ddaecf
1 changed files with 1 additions and 1 deletions

2
lex.js
View File

@ -7,7 +7,7 @@ module.exports.create = function (opts) {
var le = require('greenlock').create(opts);
opts.app = opts.app || function (req, res) {
res.end("Hello, World!\nWith Love,\nLet's Encrypt Express");
res.end("Hello, World!\nWith Love,\nGreenlock for Express.js");
};
opts.listen = function (plainPort, port) {