ytool as a trustedCertEntry, with same fingerprint of the
PrivateKeyEntry.
Very crazy, but it works!
:)
Em Qui, 2015-06-11 às 15:37 -0400, Christopher Schultz escreveu:
> Adriano,
>
> On 6/11/15 2:31 PM, Adriano Matos Meier wrote:
> > I had success when I re-import SSL certificate
/11/15 9:45 AM, Adriano Matos Meier wrote:
> >>> I tried to add keyAlias="server" in my server.xml, but I
> >>> received this error:
> >>
> >> What does "keytool -list" show for that keystore?
> >
> > It returns 3 ent
escreveu:
> Adriano,
>
> On 6/11/15 7:18 AM, Adriano Matos Meier wrote:
> > I need update the SSL certificate in Tomcat 6.x.
> >
> > First I did:
> >
> > 1) Generate keystore keytool -genkeypair -alias repository -keyalg
> > RSA -keysize 2048 -sigalg S
Hi.
I need update the SSL certificate in Tomcat 6.x.
First I did:
1) Generate keystore
keytool -genkeypair -alias repository -keyalg RSA -keysize 2048 -sigalg
SHA256withRSA -keystore /usr/local/tomcat6/keystore/keystore2015.jks
2) Generate CSR
keytool -certreq -alias repository -keyalg RSA -key