pseudossl
v1.0.1
Published
Hardcoded ssl cert and key
Maintainers
Readme
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
[email protected] Vladimir Metnew
