Google Cloud Platform
Deploy CipherTrust Manager CE on Google Cloud Platform in under 5 mins
Get started with CipherTrust Manager Community Edition on Azure you must first deploy the server from the GCP cloud marketplace using Terraform
Using Terraform
Pre-requisite Installations
You need to install the following packages to follow along with this tutorial.
Terminal
git clone https://github.com/thalescpl-io/CipherTrust_Manager.git
cd CipherTrust_Manager/orchestrators/terraform/gcp/
2. Login to GCloud CLI
Terminal
gcloud init
3. Initialize Terraform Modules
Terminal
terraform init
4. Plan and Apply Terraform Configurations
Terminal
terraform apply