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
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
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