nickredmark / ooth

User identity/authentication/accounts management microservice for node.js
https://nmaro.github.io/ooth/
MIT License
605 stars 65 forks source link

BROKEN DON'T MERGE: Use https for express server. #29

Closed claysquareninety closed 6 years ago

katsanva commented 6 years ago

Must-have feature!

nickredmark commented 6 years ago

A first note: I'd rather set up https in nginx instead of directly in the app (and only for remote servers, not locally), but that is a question of software architecture. Going to check this out anyway.

nickredmark commented 6 years ago

Hey I pushed minimal-ssh an example that worked for me. It's pretty much the same as yours, so I'm suspecting you had a problem with the keys. I also added some instructions to generate the keys for localhost.

Thank you for your contribution and patience.