Run the PKCS#11 bridge
confium-pkcs11-server implements PKCS#11 v3.0 against the threshold
key store, so existing applications (TLS terminations, HSM-aware
CLIs) work without code changes.
- Configure the deployment manifest (directors, quorum, key scope).
- Start the server; it exposes a PKCS#11 module.
- Point the application at the module path (for OpenSC tooling:
PKCS11_MODULE_PATH=... pkcs11-tool --list-slots).
Signing through the slot transparently convenes the threshold quorum; the application sees a normal private-key object.