feat(M8+M9): CA certificates page + Reporting CSV/PDF with charts
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
//! pm-ca — Internal Certificate Authority.
|
||||
//!
|
||||
//! Issues and renews mTLS client certificates for agent communication.
|
||||
//! Uses rcgen + rustls. CA key stored at /etc/patch-manager/ca/ca.key.
|
||||
//!
|
||||
//! M1: Stub. Full implementation in M8.
|
||||
//! Uses rcgen + rustls. CA key stored at /etc/patch-manager/ca/.
|
||||
|
||||
pub mod ca;
|
||||
pub use ca::{CertAuthority, IssuedCert};
|
||||
|
||||
Reference in New Issue
Block a user