I am trying to host an angular app on my local machine on https for it to access from my iPad.
I need a secure https connection to be established, but I am getting ERR_CERT_COMMON_NAME_INVALID
error.
I have created an SSL certificate and using it as per this post .