79121907

Date: 2024-10-24 12:40:49
Score: 0.5
Natty:
Report link

In summary of some of the comments on the other answers. This is the full magic incantation you need:

openssl genrsa -traditional -out server.key 2048
openssl rsa -traditional -RSAPublicKey_out -in server.key -out public.key
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Toofy