Merge pull request #1293 from LarsBingBong/patch-1

Mark the IDP critical in the generated CRL data.
pull/1294/head
Mariano Cano 1 year ago committed by GitHub
commit 23423814d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -786,7 +786,7 @@ func (a *Authority) GenerateCertificateRevocationList() error {
// Note that this is currently using the port 443 by default.
if b, err := marshalDistributionPoint(fullName, false); err == nil {
revocationList.ExtraExtensions = []pkix.Extension{
{Id: oidExtensionIssuingDistributionPoint, Value: b},
{Id: oidExtensionIssuingDistributionPoint, Critical: true, Value: b},
}
}

Loading…
Cancel
Save