microsoft-graph-comms-samples icon indicating copy to clipboard operation
microsoft-graph-comms-samples copied to clipboard

Certificate requirements for Policy Recording Bot

Open luko28 opened this issue 1 year ago • 1 comments

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?

luko28 avatar Jul 20 '23 11:07 luko28

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 :)

InDieTasten avatar Jul 20 '23 11:07 InDieTasten