the SSL zip file from GoDaddy contains two files

   - GoDaddy Certificate Bundles - G2 With Cross to G1, includes Root
   (gd_bundle-g2-g1.crt)
   - randomfile.crt (I'm assuming that is the ExternalCARoot file.)

go daddy has a intermediate crt files here:
https://certs.godaddy.com/repository

from WSO2 docs they explain how to do this for Comodo CA

https://docs.wso2.com/display/Carbon420/Creating+New+Keystores#CreatingNewKeystores-Step3:ImportCA-signedcertificatestokeystore

keytool -import -trustcacerts -alias ExternalCARoot -file
AddTrustExternalCARoot.crt -keystore newkeystore.jks -storepass mypassword

keytool -import -trustcacerts -alias TrustCA -file COMODORSAAddTrustCA.crt
-keystore newkeystore.jks -storepass mypassword

keytool -import -trustcacerts -alias SecureServerCA -file
COMODORSADomainValidationSecureServerCA.crt -keystore newkeystore.jks
-storepass mypassword

Please provide keytool commands to install GoDaddy certs and if I need two
intermediate files and which ones from the intermediate link or if I can
just use the bundle file.
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to