mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-21 08:57:47 +02:00
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.
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: