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 Docker Image Signing Plugin, visit the Securosys Support Portal and retrieve the Download-Link-File Knowledge Base article in the Download section.
This file includes the credentials needed access 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-signing/${VERSION}/securosys_docker-signing-notation-plugin-${VERSION}.zip -o securosys_docker-signing-notation-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-signing/%VERSION%/securosys_docker-signing-notation-plugin-%VERSION%.zip -o securosys_docker-signing-notation-plugin-%VERSION%.zip