If you deploy an additional Cryptographic Security Platform Vault on GCP, you can add it to your existing Cryptographic Security Platform Vault cluster.
Before You Begin
Ensure that the new Cryptographic Security Platform Vault node can communicate with the nodes in the existing Cryptographic Security Platform Vault cluster.
Ensure that you have the following information:
The instance ID for the new Cryptographic Security Platform Vault instance. This is located in the Basic Information section on the Details page of the instance.
The External IP associated with the new instance.
The private IP address of one of the existing Cryptographic Security Platform Vault nodes in the cluster.
Tip: To find this IP address, log into the Cryptographic Security Platform Vault webGUI and click Switch to Appliance Management. Click Clusters in the top menu bar, then navigate to the Servers tab to see the IP address.
Procedure
- Use a web browser to navigate to
https://<Public-IP-addy>, where<Public-IP-addy>is the Public IP address assigned to the Cryptographic Security Platform Vault VM. For security reasons, you must explicitly specifyhttps://in the URL. If prompted, add a security exception for the Cryptographic Security Platform Vault IP address and proceed to the Cryptographic Security Platform Vault Management webGUI.
Cryptographic Security Platform Vault uses its own Root Certificate Authority to create its security certificate, which means that certificate will not be recognized by the browser. For details, see CSP Vault Certificates.
On the Entrust Cryptographic Security Platform Vault Management login page, enter
secrootfor the username and the Instance ID for the password.Click Login.
- Review the EULA (end user license agreement). When you are done, click I Agree to accept the license terms.
On the Welcome to Appliance Management screen, click Join an Existing Cluster..
The Join Existing Cluster window displays.
On the Get Started page, review the overview information to determine that you are ready to begin. This includes:
- Access to the cluster you are joining the node to. We recommend that you open the webGUI for the cluster in a different tab or browser window.
- Permissions on both this node and the cluster node so that you can download and import the required certificates and files.
- A passphrase to use during the joining process. Passphrase requirements are configured by a Cryptographic Security Platform Vault administrator in the System Settings. This phrase is a temporary string used to encrypt the initial communication between this node and the existing cluster.
- Verifying that both this node and the cluster node are running the same Cryptographic Security Platform Vault version and build. The version number for the cluster node is on the Settings > System Upgrade page.
- Click Continue.
- On the Download CSR page, click Generate and Download CSR.
- Click Continue.
- Switch to one of the existing nodes in the cluster and navigate to the Cluster page.
- Select Actions > Add a Node.
On the Add a Node window, upload the CSR that you downloaded from the new node (in .pem format) and enter a passphrase to use during the joining process.
Click Save and Download Bundle to download the certificate bundle from the cluster node.
The certificate bundle is a .zip file you must unpack. It contains both an encrypted SSL certificate in .p12 format and a CA certificate in .pem format.
- Click OK to close the Add a Node window.
- Return to the new node and click Continue.
On the Node page, upload the encrypted SSL certificate and CA certificate that you downloaded from the cluster node, enter the IP address of any node in the existing cluster, and enter the passphrase that you selected.
Click Join.
During the joining process, a status page is displayed on the new node. Do not refresh the browser while this is in process.
The cluster will automatically be placed in maintenance mode.
The node will restart after the join is complete.
- When the node has successfully restarted, click Login.
Optional. Log into the
htadminaccount on the Cryptographic Security Platform VaultSystem Console using the private key file. For example:ssh -i <key-file>.pem htadmin@<Public-IP-addy>The password is the VM unique ID (vmId).
After logging in, you can change this password. The change applies only to the
htadminlogin on this node.