//! Internal X.509 Certificate Authority primitives.
//!
//! This module exposes just enough to run an issuing intermediate CA
//! with a strict, narrow profile — suitable for IoT / device PKI and
//! **not** intended as a drop-in for public-web issuance.
pub use Issuer;
pub use CertProfile;
pub use ;