mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 19:39:30 +00:00
add default signing key path
for use in dependent modules. this file should be shipped via proxmox-archive-keyring. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
5391f5313b
commit
6ff1c96021
@ -8,6 +8,8 @@ use crate::{
|
||||
SubscriptionInfo, SubscriptionStatus,
|
||||
};
|
||||
|
||||
pub const DEFAULT_SIGNING_KEY: &str = "/usr/share/keyrings/proxmox-offline-signing-key.pub";
|
||||
|
||||
fn parse_subscription_file(raw: &str) -> Result<Option<SubscriptionInfo>, Error> {
|
||||
let mut cfg = raw.lines();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user