I have an API service built on Python-Flask & hosted on a subdomain e.g. api.example.com,
I have installed OpenSSL ceritificate with CN (wildcard) as *.example.com
My react app is hosted on a domain example.com, but when I am tring to access https://wwww.example.com, it calls API which is giving an error ERR_CERT_AUTHORITY_INVALID.