1.0.1 • Published 8 years ago
pseudossl v1.0.1
pseudossl
Hardcoded ssl cert and key
How?
Exports object with key and cert properties.
Why?
If you need HTTPS Express server, but always forget openssl commands:
http.createServer(require('pseudossl'), app).listen(PORT, () => {
console.log(`SERVER IS LISTENING ON ${PORT}`)
})License
Apache License 2
Author
vladimirmetnew@gmail.com Vladimir Metnew