Skip to content

Commit

Permalink
Merge pull request #28 from atc0005/i27-replace-multipleleafcerts-fie…
Browse files Browse the repository at this point in the history
…ld-with-duplicatecerts

Replace `MultipleLeafCerts` with `DuplicateCerts`
  • Loading branch information
atc0005 authored Nov 9, 2024
2 parents aee9124 + 3c35d79 commit 975d573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ type CertificateChainIssues struct {
// certificate within the certificates chain.
MissingSANsEntries bool `json:"missing_sans_entries"`

// MultipleLeafCerts indicates that there are more than the single
// permitted leaf certificate in the certificate chain.
MultipleLeafCerts bool `json:"multiple_leaf_certs"`
// DuplicateCerts indicates that there are one or more duplicate copies of
// a certificate in the certificate chain.
DuplicateCerts bool `json:"duplicate_certs"`

// MisorderedCerts indicates that certificates in the chain are out of the
// expected order.
Expand Down

0 comments on commit 975d573

Please sign in to comment.