2 Answers
Here is the script
openssl rand -out PlainTextKeyMaterial.bin 32
openssl rsautl -encrypt
-in PlaintextKeyMaterial.bin
-oaep
-inkey PutyourPublicKey(wrap*)
-keyform DER
-pubin
-out EncryptedKeyMaterial.bin
You can find the same steps in the official AWS docs:
https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html
Same here. Where are the resources?
I figured it out….they’re in the left nav pane when the video is playing. Look for resources next to "all lessons"
Can’t find the command resource here – only download transcript