Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 10 SSL Problem

keytool -list -keystore jetty.p12

with the defined password successfully shows me the certificate fingerprint

Mit freundlichen Grüßen/Best Regards
Timo Brunn

Website: timo-brunn.de
Um ihre Echtheit zu bestätigen, wurde diese E-Mail digital signiert.
To prove its authenticity, this E-Mail has been digitally signed.
On 28/06/2023 19:00, Joakim Erdfelt wrote:
Inline ...

On Wed, Jun 28, 2023 at 11:25 AM Timo Brunn <timo@xxxxxxxxxxxxx> wrote:

Hi,

I just checked and there aren't any trailing spaces.

My actual key has a password.
Thats why i set keyManagerPassword.

I had a few test keystores with and without key password.
Neither worked.

On my current test keystore my key password and keystore password are the same.

Mit freundlichen Grüßen/Best Regards
Timo Brunn

Use the keytool command line to list/dump the contents of the keystore.
You'll be prompted to provide your password, and that's a good way to verify that you are using the correct one (both in the keystore and your configuration).
Heck, it will even tell you if you have a bad keystore.

- Joakim
 

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top