diff options
-rw-r--r-- | ssllabs-scan.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ssllabs-scan.go b/ssllabs-scan.go index 078ccd6..e121c4c 100644 --- a/ssllabs-scan.go +++ b/ssllabs-scan.go @@ -121,9 +121,15 @@ type LabsCert struct { type LabsChainCert struct { Subject string Label string + NotBefore int64 + NotAfter int64 IssuerSubject string IssuerLabel string + SigAlg string Issues int + KeyAlg string + KeySize int + KeyStrength int Raw string } |