Skip to content

Commit

Permalink
Simplify doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongable committed Jul 19, 2024
1 parent 7a7f970 commit d826be4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions issuance/cert.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ type ProfileConfig struct {
// AllowMustStaple, when false, causes all IssuanceRequests which specify the
// OCSP Must Staple extension to be rejected.
AllowMustStaple bool
// AllowCTPoison, when false, causes all IssuanceRequests which want the
// CT Poison extension to be rejected.
// AllowCTPoison has no effect.
// Deprecated: We will always allow the CT Poison extension because it is
// mandated for Precertificates. This boolean has no effect.
// mandated for Precertificates.
AllowCTPoison bool
// AllowSCTList, when false, causes all IssuanceRequests which include SCTs
// to be rejected.
// AllowSCTList has no effect.
// Deprecated: We intend to include SCTs in all final Certificates for the
// foreseeable future. This boolean has no effect.
// foreseeable future.
AllowSCTList bool
// AllowCommonName, when false, causes all IssuanceRequests which specify a CN
// to be rejected.
Expand Down

0 comments on commit d826be4

Please sign in to comment.