Comment 1 for bug 1973344

Revision history for this message
Simon Chopin (schopin) wrote :

Hi!

You want to add -traditional to your openssl rsa command to get the previous behaviour:

❯ openssl rsa -in key.pem | grep BEGIN
writing RSA key
-----BEGIN PRIVATE KEY-----

❯ openssl rsa -in key.pem -traditional | grep BEGIN
writing RSA key
-----BEGIN RSA PRIVATE KEY-----