Hey,
I am trying to demo the usage of Central Certificate Store for our certificate automation.
I am looking to use AD Integrated Azure Files as the backend, and have setup a Private Link to this share. I then discovered that CCS doesn't like it when the server and username are cross domains, so I have hidden this behind DFS.
Storage Account:
storage.privatelink.core.windows.net
DFS Root
domain.local\Certificates\
Folder target
CentralStore
\\storage.privatelink.core.windows.net\CentralStore
CCS target
\\domain.local\Certificates\CentralStore
This folder works fine if i browse to it in explorer, so the server itself can access it, and the credentials are good. But CCS with the supplied credentials cannot connect to it.
Does anyone have any suggestions on how to get this working?