Next Step
Now that the Virtru Private Keystore (for Virtru Solutions) 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
Stop Running Containers
From the original server, Host A:
Shell
cd /var/virtru/cks/
docker-compose down
Copy Configuration
This will copy the container configurations to a new server.
From the original server, Host A:
Shell
scp -r /var/virtru/cks root@cksb.example.com:/var/virtru/cks
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/cks
docker-compose up -d
Connect to cksb.example.com and run these commands:
Shell
cd /var/virtru/cks
docker-compose up -d