Download
Download access
Access to the software download requires registration as 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.
Download Link & Credentials
To download the Securosys Docker Image Encryption Plugin 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
Software Download
Replace the variables CRED
, VERSION
with the values from the Download-Link-File.
- Unix
- Windows
- Browser
USER=robot.reader.docker-security
CRED=REPLACE_ME
VERSION=latest
curl -L -XGET https://${USER}:${CRED}@securosys.jfrog.io/artifactory/docker-security/docker-encryption/${VERSION}/securosys_docker-encryption-skopeo-plugin-${VERSION}.zip -o securosys_docker-encryption-skopeo-plugin-${VERSION}.zip
set USER=robot.reader.docker-security
set CRED=REPLACE_ME
set VERSION=latest
curl -L -XGET https://%USER%:%CRED%@securosys.jfrog.io/artifactory/docker-security/docker-encryption/%VERSION%/securosys_docker-encryption-skopeo-plugin-%VERSION%.zip -o securosys_docker-encryption-skopeo-plugin-%VERSION%.zip