Download
Credentials
To download the Securosys Key Manager 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 Key Manager 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/kms/securosys-kms:latest
Configuration Files
Replace the variables CRED, VERSION with the values from the Download-Link-File.
- Unix
- Windows
- Browser
USER=robot.reader
CRED=REPLACE_ME
VERSION=latest
curl -L https://${USER}:${CRED}@securosys.jfrog.io/artifactory/kms/${VERSION}/Securosys_kms-${VERSION}.zip -o securosys_kms-${VERSION}.zip
set USER=robot.reader
set CRED=REPLACE_ME
set VERSION=latest
curl -L -o "securosys_kms-%VERSION%.zip" https://%USER%:%CRED%@securosys.jfrog.io/artifactory/kms/${VERSION}/Securosys_kms-${VERSION}.zip
Username: robot.reader
Release
v0.x Branch
| Version | Helm Ver. | Release Date | Image Name | Release Notes |
|---|---|---|---|---|
| v0.2.0 | v1.2.0 | 2026.03.06 (latest) | securosys.jfrog.io/kms/securosys-kms:0.2.0 | Release Notes - v0.2.0 |
| v0.1.3 | v1.0.0 | 2026.02.12 | securosys.jfrog.io/kms/securosys-kms:0.1.3 | Release Notes - v0.1.3 |
| v0.1.2 | v1.0.0 | 2026.02.09 | securosys.jfrog.io/kms/securosys-kms:0.1.2 | Release Notes - v0.1.2 |
| v0.1.1 | v1.0.0 | 2025.11.22 | securosys.jfrog.io/kms/securosys-kms:0.1.1 | Release Notes - v0.1.1 |
| v0.1.0 | - | 2025.11.20 | securosys.jfrog.io/kms/securosys-kms:0.1.0 | Release Notes - v0.1.0 |