Skip to content

Commit

Permalink
Merge pull request #1050 from atc0005/i1044-add-cert-signature-algori…
Browse files Browse the repository at this point in the history
…thm-to-payload-stable-branch

Add Cert Signature Algorithm to cert payload
  • Loading branch information
atc0005 authored Nov 16, 2024
2 parents ad5bf88 + 326b002 commit b56b7a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/check_cert/paypload.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ func buildCertSummary(cfg *config.Config, validationResults certs.CertChainValid
ValidityPeriodDays: certExpMeta.validityPeriodDays,
Summary: expiresText,
Status: certStatus,
SignatureAlgorithm: origCert.SignatureAlgorithm.String(),
Type: certs.ChainPosition(origCert, certChain),
}

Expand Down

0 comments on commit b56b7a2

Please sign in to comment.