In our current environment, our app environment is configured with wild card using verisign certs. As Google is planning to mistrusting all certs issued by Symantec and in which verisign falls under its umbrella. We are planning to get away from it.

We are currently looking for an alternative and I didnt find much info on using SAN certs. Does wildcard cert is only cert that we can use for app configuration?

有帮助吗?

解决方案

The reason why wildcard certs are all but required for the App Domain is that the identifier of the App is generated at installation time of the App. So an App installed on one Site Collection will have a different identifier from an App installed in another Site Collection.

Since you cannot predict the URLs, and you'd have to re-issue a cert each time you deployed an App, a wildcard is a must.

许可以下: CC-BY-SA归因
scroll top