Download
Source Code
The source code for the Securosys Custom Server for Fireblocks Key Link is published on GitHub.
This allows you to build the server from source. Alternatively, continue below to learn how to download the pre-compiled images.
Credentials
Retrieve the Download-Link-File from the Securosys Support Portal. This file contains the credentials necessary for downloading the software package.
Support Portal: Download-Link-File
Software Download
The Securosys Custom Server for Fireblocks is distributed as a Docker container image that is available from the Securosys Docker Registry.
Using the credentials obtained below, log into the container registry. Then pull the Docker image.
docker login securosys.jfrog.io -u robot.reader
docker pull securosys.jfrog.io/fireblocks/fireblocks-external-key-store:latest
Configuration Files
Replace the variables CRED, VERSION with the values from the Download-Link-File.
- Unix
- Windows (cmd.exe)
USER=robot.reader
CRED=REPLACE_ME
VERSION=latest
curl -L -O https://${USER}:${CRED}@securosys.jfrog.io/artifactory/fireblocks/${VERSION}/Securosys_fireblocks-${VERSION}.zip
set USER=robot.reader
set CRED=REPLACE_ME
set VERSION=latest
curl -L -O https://%USER%:%CRED%@securosys.jfrog.io/artifactory/kmip/${VERSION}/Securosys_kmip-${VERSION}.zip