Fwd: Trying to generate a RSA private key

2022-02-15 Thread mary mary
Hello community, A beginner here. I would need to extract a private key, PEM or RSA format, from a keystore file ("server.keystore") which I have. I've executed: keytool -importkeystore -srcstorepass 123456 -srckeystore server.keystore -deststorepass 123456 -destkeystore server.p12 -deststoretype

Re: Fwd: Trying to generate a RSA private key

2022-02-16 Thread mary mary
ritto: > > Use keytool -list -v to ensure that the original store actually contains a > private key > > If there is no entry of *Entry type: PrivateKeyEntry* then the store has > no private key > > > Mark Hack > > > On Tue, 2022-02-15 at 18:30 +0100, mary mar

Re: Fwd: Trying to generate a RSA private key

2022-02-16 Thread mary mary
Hi Victor, Thanks for advising me and for the links. I'm learning a lot, despite the bad news Thanks. Kind regards loredana Il giorno mer 16 feb 2022 alle ore 15:30 Viktor Dukhovni < openssl-us...@dukhovni.org> ha scritto: > On Wed, Feb 16, 2022 at 11:16:03AM +0100, m