Re: RSA private key file created with Windows10

2022-10-05 Thread Tomas Mraz
On Wed, 2022-10-05 at 16:35 +0900, Imazu Setsuo wrote: > Thank you immediately answer. > > PKCS8, PEM, and RFC4716 formats were created and tested with the ssh- > keygen command. > > PKCS8 and PEM formatting was successful. > > RFC4716 is the default on Windows10, and PEM is the default on > Cen

Re: RSA private key file created with Windows10

2022-10-05 Thread Imazu Setsuo
Thank you immediately answer. PKCS8, PEM, and RFC4716 formats were created and tested with the ssh-keygen command. PKCS8 and PEM formatting was successful. RFC4716 is the default on Windows10, and PEM is the default on CentOS7. Does OpenSSL have any plans to support RFC4716 format in the futu

Re: RSA private key file created with Windows10

2022-10-04 Thread Tomas Mraz
Hello, most probably the key is stored in the OpenSSH private key format. You'll need to use ssh-keygen -p -m PKCS8 to convert the key into a format that OpenSSL can read. Tomas Mraz, OpenSSL On Wed, 2022-10-05 at 15:00 +0900, Imazu Setsuo wrote: > Hello. > > When I read the RSA private key file