I am looking to distribute a ssl client certificate to Citrix users.
I know that for each user I could run this:
certutil –f –p 12345 –importpfx C:\cert.pfx
The above would install the certificate to the the users Personal store and this would allow them access, but would be hard to manage for many users.
I am wondering if there is another store on the server where I can install the ssl certificate that will allow all users access to the ssl certificate? Or if there is a better way to distribute the client certificate for each user?
Thanks!