Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, January 24, 2018 2:29 PM
I need to apply a java security certificate to all users in my environment but I don't want to go to each machine and import the certificate via Java in control panel. Is there a way to deploy this user certificate so that it is in the Java trusted certificates? Is there a GPO available for this? Or can it be done via SCCM? TIA
All replies (3)
Thursday, January 25, 2018 7:21 AM ✅Answered
Try to use group policy to see if can deploy your java certificate.
Deploy Certificates by Using Group Policy
https://technet.microsoft.com/de-de/library/cc770315%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
In fact, you’d better look at/post to some Oracle/Java forums. Someone else must have dealt with this before.
Such as this one:
How to: Java Site Exceptions List and Certificates For All Users
Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
Regards
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Monday, January 29, 2018 7:59 AM
Would you mind letting me know the update of the problem? If you need further assistance, feel free to let me know. I will be more than happy to be of assistance.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Monday, January 29, 2018 1:12 PM
Thank you I got it working by using the keystore tool to append or replace the trusted.certs file.