Creating Key References
Create key references for external keys residing in Thales (CM)
To create a key reference, you will need the following details:
- The key ID (generated on CipherTrust Cloud Key Manager)
- Key algorithm (AES)
- Key length
Open a command prompt and run
oci kms management key create
to create a new key reference:oci kms management key create --external-key-reference
Avoid entering confidential information.
For a complete list of flags and variable options for Vault CLI commands, see Command Line Reference.
Run the CreateKey operation to create a key reference for the external key created in Thales CM.
Note
Each region has a unique endpoint for create, update, and list operations for secrets. This endpoint is referred to as the control plane URL or secret management endpoint. Each region also has a unique endpoint for operations related to retrieving secret contents. This endpoint is known as the data plane URL or the secret retrieval endpoint. For regional endpoints, see the API Documentation.For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.