Re: [go-cd] Is this design possible with GoCD?

2018-02-09 Thread Aravind SV
Hello! Yes, it is an interesting problem. :) There is a series of blog posts about modeling CD pipelines that might be useful. It's also good to be aware of the yaml and json

[go-cd] Re: Change SSL Server Certificate - "Keystore was tampered with, or password was incorrect"

2018-02-09 Thread Diogo Oliveira
Well, turns out I found the issue. When I executed the command $ keytool -importkeystore -srckeystore example.com.crt.pkcs12 -srcstoretype PKCS12 -destkeystore keystore -srcalias 1 -destalias cruise -deststorepass 'serverKeystorepa55w0rd' -destkeypass 'serverKeystorepa55w0rd' in windows... the