--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
As someone who is very unfammiliar with Java can you expand on that a little please Kevin?Are you saying I should repeat the exercise importing the ROOT and Intermediary certificates using KeyTool but into the truststore file instead? There appears to be a file in the C:\Program Files (x86)\Go Server\config directory called Truststore so I assume this is it. Are the commands the same?And do no I need to add a parameter to the GO wrapper-server.conf file to tell JAVA to use the truststore.Where would this line go "-Djavax.net.ssl.trustStore" and should it contain the path to the truststore? An example would be great thanks.Cheers for your helpcarl
KeyTool.exe: ..\..\bin\keytool.exe -import -trustcacerts -alias <your cert alias name> -file <your cert filename> -keystore cacerts--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ken Mugrage - ThoughtWorks Studios
kmug...@thoughtworks.com | http://www.thoughtworks.com | Twitter: @kmugrage
Go, the Continuous Delivery platform is now open source! http://www.go.cd/
I could have a go! However I wonder whether this is something that would be better part of the existing documentation ?
--