Creating a Vault
Learn how to create a vault in OCI.
Open a command prompt and run
oci kms management vault create
to create a new vault:Note
You cannot change the vault type after the vault is created.oci kms management vault create --compartment-id <vault_name>
For example:
oci kms management vault create --compartment-id compartment
For a complete list of parameters and values for CLI commands, see KMS CLI Command Reference.
Use the CreateVault operation with the KMSVAULT API endpoint to create a vault.
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.