update details text

This commit is contained in:
yggverse 2024-11-20 11:37:16 +02:00
parent 7254f8e986
commit ab003209b0

View File

@ -46,7 +46,7 @@ impl Gemini {
Some(identity.id), Some(identity.id),
&certificate.subject_name().unwrap().replace("CN=", ""), // trim prefix &certificate.subject_name().unwrap().replace("CN=", ""), // trim prefix
&format!( &format!(
"valid until {} | auth: {}", "valid: {} | auth: {}",
certificate certificate
.not_valid_after() .not_valid_after()
.unwrap() .unwrap()