Skip to content

Commit

Permalink
LabsCert struct updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bhushan5640 authored Jun 12, 2018
1 parent 574ae76 commit 64e93cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssllabs-scan-v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ type LabsCaaPolicy struct {
}

type LabsCert struct {
Id int
Id string
Subject string
CommonNames []string
AltNames []string
Expand Down Expand Up @@ -430,7 +430,7 @@ type LabsReport struct {
CacheExpiryTime int64
CertHostnames []string
Endpoints []LabsEndpoint
Cert []LabsCert
Certs []LabsCert
rawJSON string
}

Expand Down

0 comments on commit 64e93cc

Please sign in to comment.