hw-1

convert PKCS#1 to PKCS#8

BEGIN RSA PRIVATE KEY is PKCS#1 and is just an RSA key.
BEGIN PRIVATE KEY is PKCS#8 and indicates that the key type is included in the key data itself.

openssl pkcs8 -topk8 -inform pem -in servername.key -outform pem -nocrypt -out servername.key.1```