Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created August 15, 2019 22:25
Show Gist options
  • Save recursivecodes/b79fe25354c2b32d65fa30e33c280d83 to your computer and use it in GitHub Desktop.
Save recursivecodes/b79fe25354c2b32d65fa30e33c280d83 to your computer and use it in GitHub Desktop.
generate-dek.sh
oci kms crypto generate-data-encryption-key \
--key-id ocid1.key.oc1.phx.... \
--include-plaintext-key true \
--key-shape "{\"algorithm\": \"AES\", \"length\": 16}" \
--endpoint [Cryptographic Endpoint]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment