If we have to use genieACS server in production environment what are the security precaution need to take so that server will not get hack.
1- URL should start with HTTPS with SSL/TLS certificate and key,
2- Need to Set Reverse proxy with Caddy or Nginx to hide your main 3000 port
3- Need to Make User Role with Limited access for Engineer.
Kindly suggest best so that it will be helpfull for all as in genieacs documentation nothing is present related to production server security.
Kindly suggest How to take free SSL/TLS certificate for free for Localhost ubuntu server which is not accessible from outside network? We want to use this server in our local network.