Download
Credentials
To download the Securosys KMIP Server 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 KMIP Server 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/kmip/securosys-kmip:latest
Configuration Files
Replace the variables CRED, VERSION with the values from the Download-Link-File.
- Unix
- Windows
USER=robot.reader
CRED=REPLACE_ME
VERSION=latest
curl -L -O https://${USER}:${CRED}@securosys.jfrog.io/artifactory/kmip/${VERSION}/Securosys_kmip-${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