Download the Secrets Engine plugin
Download access
To download the Secrets Engine plugin, you must be 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.
Link & Credentials
To download the HCVault Secrets Engine 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.hashicorpvault
CRED=FTTGEcruzB_QUf3LBsq+KVV3wYuSx_
VERSION=latest
curl -L -XGET https://${USER}:${CRED}@securosys.jfrog.io/artifactory/hcvault-plugin-secrets-engine/hcvault_plugin-secrets-engine-${VERSION}.zip -o hcvault_plugin-secrets-engine-${VERSION}.zip
set USER=robot.reader.hashicorpvault
set CRED=FTTGEcruzB_QUf3LBsq+KVV3wYuSx_
set VERSION=latest
curl -L -o "hcvault_plugin-secrets-engine-%VERSION%.zip" https://%USER%:%CRED%@securosys.jfrog.io/artifactory/hcvault-plugin-secrets-engine/hcvault_plugin-secrets-engine-%VERSION%.zip