Currently I am developing my custom add-in for outlook 365/
Then I am trying to use it for testing for example it shows me error. I investigated and found what it opens addon in iframe in edge browser. So question is how to add certificate/s to edge to allow my app to work in it?
I am using :
- Outlook 365 desktop edition
What I tried
Switching flag in Edge browser to allow not certified certificates to "work"(same thing was done in chrome and it worked there)
As suggested in comments to use
office-addin-dev-certs
. Well I installed them on my project by usingnpm install office-addin-dev-certs
and then I am trying to verify it by this commandoffice-addin-dev-certs verify
it throws error in console see image 3exported certificates from chrome and imported them in edge browser and also on my machine . It did not helped.