I've deployed an ArcGIS Enterprise setup to Azure, and now I'm trying to install a CA-issued certificate so that the services can be accessed via HTTP without warnings. While Esri provides good documentation on how to install the certificate here, they provide no guidance on how to obtain the certificate, other than that I'm supposed to magically obtain a .pfx file somehow.
My initial attempts have led me to a couple of roadblocks:
- Some CAs, such as Comodo, won't issue certificates for Azure domains.
- Once ArcGIS Server is installed, IIS won't serve out text files from wwwroot, which throws a wrench into the domain control validation process.
Does anyone have any guidance on how to obtain a CA-issued certificate for ArcGIS Enterprise on Azure?