fix(packaging): convert CA key from SEC1 to PKCS#8 for Rust pm-ca parser
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
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
linux-patch-manager (1.1.14-1) unstable; urgency=low
|
||||
|
||||
* Release v1.1.14
|
||||
|
||||
-- git-echo <git-echo@moon-dragon.us> Wed, 10 Jun 2026 10:02:44 -0500
|
||||
|
||||
linux-patch-manager (1.1.13-1) unstable; urgency=low
|
||||
|
||||
* Release v1.1.13
|
||||
|
||||
Reference in New Issue
Block a user