Private
Public Access
1
0
Files
Draco-Lunaris-Echo 27716af5d7
Some checks failed
CI Pipeline / Rust Format Check (push) Successful in 3s
CI Pipeline / Clippy Lints (push) Successful in 52s
CI Pipeline / Rust Unit Tests (push) Failing after 1m21s
CI Pipeline / Security Audit (push) Successful in 5s
CI Pipeline / Frontend Lint & Type Check (push) Successful in 16s
CI Pipeline / Build .deb & Release (push) Has been skipped
fix(packaging): convert CA key from SEC1 to PKCS#8 for Rust pm-ca parser (#71)
The Rust pm-ca crate (crates/pm-ca/src/ca.rs) only parses PKCS#8
format private keys. openssl ecparam -genkey produces SEC1 format
(BEGIN EC PRIVATE KEY), which the Rust ring/RSA parser rejects
with "parse CA private-key PEM", causing the service to crash-loop
on startup.

Proven on LPM: converting ca.key with openssl pkcs8 -topk8 -nocrypt
and restarting patch-manager-web results in:
  Root CA loaded successfully
  Listening (HTTPS) on 0.0.0.0:443
2026-06-10 10:20:46 -05:00

27 lines
985 B
Plaintext

Package: linux-patch-manager
Version: 1.1.14-1
Architecture: amd64
Maintainer: Moon Dragon <echo@moon-dragon.us>
Installed-Size: 45000
Depends: postgresql-16, openssl, curl, cron | cron-daemon, util-linux, libssl3, libc6 (>= 2.39), libfontconfig1
Recommends: postgresql-client-16, fonts-dejavu-core
Suggests: gpg
Section: admin
Priority: optional
Description: Enterprise Linux Patch Management System
Linux Patch Manager is a secure, web-based management interface for
controlling patching and updates on Linux servers and workstations.
.
Features include:
- Multi-factor authentication (TOTP + WebAuthn)
- Role-based access control (Admin/Operator)
- Mutual TLS agent communication
- Internal Certificate Authority
- Automated patch deployment with rollback
- Maintenance window scheduling
- Real-time WebSocket job monitoring
- CSV/PDF compliance reporting
- Audit logging with hash-chain integrity
- Email notifications
- Azure SSO (OAuth2/OIDC with PKCE)