mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-06 17:34:37 +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>,
|
||||
|
||||
/// The SSL Fingerprint.
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
fingerprint: Option<String>,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user