Using Angular CLI to serve over https locally

Richard Russell
5 min readJun 3, 2018

This is a short description of how to use Angular CLI to serve an Angular Web app over https locally. You might want to do this because you are working with some other services that require secure communication over https; for example, if you are using Facebook login in your app. Once you have followed these steps, you will be able to run and access your local Web app at e.g. https://localhost:4200/ for use during development.

Creating the certificate

--

--