UNPKG

@root/greenlock

Version:

The easiest Let's Encrypt client for Node.js and Browsers

10 lines (7 loc) 205 B
'use strict'; // Here's a vanilla HTTP app to start, // but feel free to replace it with Express, Koa, etc var app = function(req, res) { res.end('Hello, Encrypted World!'); }; module.exports = app;