February 2020
Intermediate to advanced
440 pages
13h 51m
English
Follow these steps on Mac and Linux systems in order to generate private and public keys using OpenSSL:
openssl genpkey -algorithm RSA -out my_private_key.pem -pkeyopt rsa_keygen_bits:2048
openssl rsa -pubout -in my_private_key.pem -out my_public_key.pem
chmod 400 my_private_key.pem
In the next section, we will upload our keys to AWS.
Read now
Unlock full access