nsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of jcsirot
Sent: 27 February 2013 09:31
To: jenkinsci-users@googlegroups.com
Subject: Re: jenkins/winstone running under https
Hello David;
As far as I known the JKS keystore format maintain a link between private keys
and c
Hello David;
As far as I known the JKS keystore format maintain a link between private
keys and certificate chains. Maybe, when you imported your certificate, the
link between the key and the previously created self-signed certificate was
not updated. What does the command "keytool -list -v -ke
hi JC,
I created the keystore with the self certified key a couple of weeks ago
when I installed jenkins, and then generated a CSR. The root/intermediate
and private key for the machine have been loaded into the same keystore.
Jenkins is currently started with the following command
java $JAVA_
Hello David,
Can you give us more details on how you installed your keystore? Did you
have a single keystore containing both self-signed and CA issued
certificates? What params did you pass to Jenkins at start-up?
--
JC
Le lundi 25 février 2013 17:11:24 UTC+1, David Doughty a écrit :
>
> I'v