mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-08 09:06:47 +00:00
fix serde attributes for CertificateInfo
skip_serializing_if fingerprint is none...
This commit is contained in:
parent
3657fa1ff3
commit
c073c883c4
@ -96,6 +96,7 @@ pub struct CertificateInfo {
|
|||||||
public_key_bits: Option<u32>,
|
public_key_bits: Option<u32>,
|
||||||
|
|
||||||
/// The SSL Fingerprint.
|
/// The SSL Fingerprint.
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
fingerprint: Option<String>,
|
fingerprint: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user