aboutsummaryrefslogtreecommitdiff
path: root/cmd/batch/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/batch/main.go')
-rw-r--r--cmd/batch/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/batch/main.go b/cmd/batch/main.go
index f0a75f0..28620e3 100644
--- a/cmd/batch/main.go
+++ b/cmd/batch/main.go
@@ -8,7 +8,7 @@ func main() {
log.Fatal(err)
}
for _, c := range crt {
- log.Printf("%+v\n", c)
+ log.Printf("%+v\n", c.Leaf.NotAfter)
}
if len(*emails) > 0 && len(*domains) > 0 {
log.Println(*emails)