Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

My application uses Java. How do I install your new webCARES Root and Issuing CA certificates so that my Java application will work?

0
Posted

My application uses Java. How do I install your new webCARES Root and Issuing CA certificates so that my Java application will work?

0

Step 1. Download the new OATI webCARES Root CA certificate (http://www.oaticerts.com/repository/OATICA2.crt) and save it to your Java bin directory (i.e. C:\Program Files\Java\\bin\OATICA2.cer) Step 2. Add the new Root CA file downloaded in step 1 to your Java keystore Note: Your Java Keystore name and password will be different then what is used in this example. C:\Program Files\Java\jre1.5.0_10\bin>keytool -import -trustcacerts -alias OATIroot2038 -file OATICA2.cer -keystore cacerts Enter keystore password: 123456 Owner: CN=OATI WebCARES Root CA, O=Open Access Technology International Inc, L=Minneapolis, ST=MN, C=US Issuer: CN=OATI WebCARES Root CA, O=Open Access Technology International Inc, L=Minneapolis, ST=MN, C=US Serial number: 25762066a7560874f9004bfa1c82841 Valid from: Tue Jun 03 14:28:31 CDT 2008 until: Thu Jun 03 14:36:00 CDT 2038 Certificate fingerprints: MD5: 70:0C:AA:D0:49:E7:7B:0B:EB:93:77:FA:57:1D:19:73 SHA1: 4B:6B:D2:D3:88:4E:46:C8:0C:E2:B9:62:BC:59:8C:D9:D

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123