Files
NLnetLabs-krill/doc/development/hsm
Ximon EighteenandGitHub b0be88bc10 HSM support for keys (#21) (#733)
Adds support for PKCS#11 v2.20 and/or KMIP 1.2 compatible HSMs.
Includes backward compatible extensions to the krill.conf syntax.
Includes HSM related developer docs.
Excludes HSM specific API (REST, krillc, Prometheus) or UI extensions.
2022-01-14 14:19:24 +01:00
..
2022-01-14 14:19:24 +01:00
2022-01-14 14:19:24 +01: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: