Windows Server 2012 VDI.
To avoid security warning when accessing a desktop pool on RDWeb page it's necessary to specify certificates for RD Connection Broker and RD Web Access components. We have local domain certification authority, and all our servers has certificates generated by that CA. However, I haven't found a simple way to use those certificates.
To use our local CA to generate certificates for Windows Server 2012 VDI infrastructure, I must do the following:
* Duplicate an existing certificate (for example, Web Server certificate)
* Modify properties of the duplicated template (mark keys as exportable and set security permissions which allows domain administrators to request the certificate)
* Publish this template
* Request and generate a certificate based on this template
* Export this certificate to a file
* Import this certificate three times in a row on the same server where I've just generated it
This is long and inconvenient procedure. Is it possible to use certificates already placed into local computer store without exporting and importing them first? In Windows Server 2008 I could simply use Remote App management console to specify a certificate...