How do I get local host SSL?
Few prerequisites are required to be followed by the clients to obtain local host SSL.
This includes:
- Generate a CA certificate.
- Generating a SSL certificate.
- Creating a Node.js express server.
- Test in a browser and API client.
- Importing CA certificate to the browser.
- Configuring and testing the API client.