Skip to main content

Download

Download access

To download the software, you must be a registered support user.
If you are new to developing applications with a Securosys-HSM, you can obtain a free developer account by contacting us at info@securosys.com.


Credentials

To download the Securosys Transaction Security Broker retrieve the Download-Link-File from the Securosys Support Portal Knowledge Base article in the Download section. This file contains the credentials necessary for downloading the software package.

Support Portal: Download-Link-File


Configuration Files

Replace the variables CREDENTIAL, VERSION with the values from the Download-Link-File.

Currently the latest version is: VERSION=v1.18.0 - Note the v in front of the version-number.

USER=robot.reader.tsb
CREDENTIAL=REPLACE_ME
VERSION=latest
curl -L -XGET https://${USER}:${CREDENTIAL}@securosys.jfrog.io/artifactory/external-tsb/${VERSION}/Securosys_TSB-${VERSION}.zip -o securosys_TSB-${VERSION}.zip

Software Download

To launch the multi-container application, execute the following command in the directory where the docker-compose.yml file is located. This command initiates the startup process for the two containers: securosys_sql and securosys_tsb

:~$ docker login securosys.jfrog.io -u robot.reader.tsb
:~$ docker pull securosys.jfrog.io/external-tsb/securosys-tsb:latest