Hey guys,I'm deploying an app that's going to run on an ubuntu server and essentially all it is going to do it communicate with an api, run calculations and write to a database. The server will only have node, redis, mongodb and pm2 installed. (no nginx/apache).I was just wondering if there was anything specific that I should consider for server security? The api communication is over https, but the request contains api key information that I don't want made available to anyone. Does that fact that the api uses https mean that data is automatically secure?Assuming ssh and firewall are all configured correctly on the server, is there anything else that you can think of that would require taking action to prevent the server being hacked on data being leaked?Thanks for the help, really appreciate it!
Submitted June 01, 2019 at 03:08PM by OhItsWildfire
No comments:
Post a Comment