Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 2.12 KB

File metadata and controls

55 lines (43 loc) · 2.12 KB
sidebar_position title sidebar_label description keywords
1
Docker Encryption Plugin - Download
Download
Download
hsm
cloud hsm

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

Download

:::warning 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.

```sh {2,3} 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 ``` ```sh {2,3} 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 ``` [Configuration-Files](https://securosys.jfrog.io/artifactory/docker-security/docker-encryption/latest/securosys_docker-encryption-skopeo-plugin-latest.zip)