cli: bump x509-parser to v0.8 (#181)
This commit is contained in:
committed by
GitHub
parent
fc62fc286d
commit
7e3d0bc838
+2
-2
@@ -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(),
|
||||
)?;
|
||||
}
|
||||
_ => {
|
||||
|
||||
Reference in New Issue
Block a user