Files
NLnetLabs-krill/doc/development/hsm
Ximon EighteenandGitHub faf6bd2549 HSM: Support multiple signers (#539) (#674)
Support multiple signers of different types behind a HSM feature flag, and support in principle selecting which signer to use for which purpose. (#539)
2021-10-05 14:50:58 +02:00
..

HSM Feature

HSM is a feature both in the sense that it adds the functionality to Krill for enabling support for using external cryptographic tokens such as hardware security modules (HSMs), and in the sense that the functionality is gated behind a Cargo feature of the same name.

The feature is currently NOT enabled by default. To enable the feature when building pass the --features hsm argument to the cargo build command.

Further reading: