microsoftgraph / microsoft-graph-comms-samples

Microsoft Graph Communications Samples
MIT License
211 stars 237 forks source link

Certificate requirements for Policy Recording Bot #661

Open luko28 opened 1 year ago

luko28 commented 1 year ago

Hi, everywhere (in readme for policy bot, hue bot, and a few other places...), there is mentioned that we should use wildcard certificate for Bots. Is this really only option? Couldn't we use certificate issued for some specific DNS records?

InDieTasten commented 1 year ago

You can use a "regular" certificate that points only to a specific hostname as well. It does need to have a complete trust chain to one of the generally accepted trusted root authorities though. So no self-signing :)