I am confused about SSL certificates in express js and angular.
I would like to make an angular registration system, which in turn will request resources from an api in express js.
The question is as follows:
Should I use ssl certificates in angular server, and in express js server, or only in angular?
Both the express server and the angular server will be on the same machine, and I need communications between users and the server to be secure.