Certified Security - Specialty

Sign Up Free or Log In to participate!

Can’t see any Resources in lesson KMS Part 3

No files attached to the lesson but mentioned in the lesson ‘KMS Part 3’

Matt Tebo

Same here. Where are the resources?

Matt Tebo

I figured it out….they’re in the left nav pane when the video is playing. Look for resources next to "all lessons"

Robboc

Can’t find the command resource here – only download transcript

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

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?