Certified Security - Specialty

Sign Up Free or Log In to participate!

I don’t see the Openssl commands in the resources section

I don’t see the Openssl commands in the resources section

2 Answers

You’ll find the steps to Encrypt key material with OpenSSL and the OpenSSL commands in the AWS documentation for KMS here: https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys-encrypt-key-material.html

Taha Sajid-PMP®,PMI-ACP®

This page cannot be found

openssl rand -out PlaintextKeyMaterial.bin 32

/ change the name ‘PublicKey.bin’ to the name of your wrapping key /

openssl rsautl -encrypt

-in PlaintextKeyMaterial.bin

-oaep

-inkey PublicKey.bin

-keyform DER

-pubin

-out EncryptedKeyMaterial.bin

Sign In
Welcome Back!

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

Get Started
Who’s going to be learning?