Setup softHSM2
- 1 minutes read - 116 wordsSecrets Management is the strong suit of Hashicorp vault. Open source edition is little limited comparing to cloud and enterprise edition, and cloud and enterprise editions sometimes are not allowed due to some reasons. bank-vaults seems a promising solution based on open source edition of Hashicorp Vault.
Advanced usage of vault will involve HSM and SoftHSM is good start point without spending several hundards bucks. Besides, HSM is widely used in Financial sector, blockchain and cryptocurrency. It is worth to master it.
Enough background information now, following is the steps I used to build SoftHSMv2 can be found at Dockerfile
apt-get install -y \
automake \
build-essential \
libssl-dev \
libtool
./autogen.sh
./configure
sudo make install