Skip to main content

Updating Securosys XKS proxy

To update the Securosys XKS proxy with as little downtime as possible follow the next steps:

  • Download the latest Securosys XKS proxy file and configure it, refer to the Downloads section
  • Run the latest image by running it with restart always docker command. Replace the blue marked variables with your environment parameters. Example command:
docker run -d --restart always -name <NameOfLatestContainer> --add-host \
<YourHostDomain>:127.0.0.1 --network=host -v /home/ec2-user/securosys_xks_1.0.0/
--network=host -v **/home/ec-2user/securosys\_xks\_1.0.0/
config-files:/etc/app/config/
securosys.jfrog.io/external-xks/securosys-xks:1.0.0.20231007T130000Z
  • Stop the previous version of the XKS proxy by running the command:
docker stop <NameOfContainer>