Skip to main content

Crate confium_deployment

Crate confium_deployment 

Source
Expand description

Deployment manifest + actor identity management for Confium.

A Confium deployment is described by a signed deployment manifest (confium.toml). This crate provides:

  • The manifest schema, parser, validator, and serializer
  • Actor identity types (manufacturer, lab, IA, BIML director) and storage
  • Hardware token descriptors (YubiKey, OpenPGP card, TPM)
  • Signer attributes for predicate-based signing

See TODO.roadmap/33-config-manifest.md and TODO.roadmap/34-identity-and-hardware.md for full specs.

Re-exports§

pub use manifest::*;
pub use validate::*;

Modules§

identity
Actor identity management.
manifest
mode
Deployment mode enumeration.
signatif
SIGNATIF deployment manifests (SIGNATIF §18–19).
validate
Manifest validation.