cli: bump x509-parser to v0.8 (#181)

This commit is contained in:
Tony Arcieri (iqlusion)
2020-10-19 08:35:49 -07:00
committed by GitHub
parent fc62fc286d
commit 7e3d0bc838
3 changed files with 7 additions and 38 deletions
+2 -2
View File
@@ -59,12 +59,12 @@ pub fn print_cert_info(
print_cert_attr(
stream,
"Not Before",
cert.tbs_certificate.validity.not_before.asctime(),
cert.tbs_certificate.validity.not_before.to_rfc2822(),
)?;
print_cert_attr(
stream,
"Not After",
cert.tbs_certificate.validity.not_after.asctime(),
cert.tbs_certificate.validity.not_after.to_rfc2822(),
)?;
}
_ => {