housekeeping(server): fixed clippy warns

This commit is contained in:
hdbg
2026-04-04 14:33:20 +02:00
committed by Skipper
parent be23f87e67
commit 5c3421de1e
27 changed files with 114 additions and 96 deletions

View File

@@ -116,9 +116,7 @@ impl TlsCa {
];
params
.subject_alt_names
.push(SanType::IpAddress(IpAddr::from([
127, 0, 0, 1,
])));
.push(SanType::IpAddress(IpAddr::from([127, 0, 0, 1])));
let mut dn = DistinguishedName::new();
dn.push(DnType::CommonName, "Arbiter Instance Leaf");