mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-08 02:27:55 +02:00
Support multiple signers of different types behind a HSM feature flag, and support in principle selecting which signer to use for which purpose. (#539)
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: