@onedayonly/ssl
v2.0.2
Published
A NodeJS Lets-Encrypt ssl server implementation
Downloads
5
Readme
usage
server({
email: '[email protected]',
domain: 'example.com',
api: {
getCertificate,
setCertificate,
getAccount,
setAccount
},
server: "staging" | "production",
production: true,
app: express()
}).listen(80, 3000)