Next Step
Now that the Virtru Private Keystore (for Google Workspace CSE) has been installed on the first server, the additional servers should be deployed by copying the install folder and editing the appropriate information.
Create Additional Containers
Note:
If you are using Podman in lieu of Docker, simply replace the 'docker' commands with 'podman' to run through the steps below.
Stop Running Containers
From the original server, Host A:
Shell
cd /var/virtru/cse/
docker stop <cse-container-id>
Copy Configuration
This will copy the container configurations to a new server.
From the original server, Host A:
Shell
scp -r /var/virtru/cse root@cksb.example.com:/var/virtru/cse
Start the Containers
Running this command will create and start the containers.
Connect to cksa.example.com and run these commands:
Shell
cd /var/virtru/cse
sh run.sh
Connect to cksb.example.com and run these commands:
Shell
cd /var/virtru/cse
sh run.sh