Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CrlIssuer from template with CRLDP #4727

Merged
merged 1 commit into from Apr 19, 2024

Conversation

fmarco76
Copy link
Member

CRLIssuer MUST not be included if the issuer is the same issuer of the certificate. Therefore it is removed from the template.

See: https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.13

@fmarco76 fmarco76 requested a review from ladycfu April 19, 2024 21:23
@@ -106,8 +102,6 @@ policyset.serverCertSet.10.default.class_id=crlDistributionPointsExtDefaultImpl
policyset.serverCertSet.10.default.name=CRL Distribution Points Extension Default
policyset.serverCertSet.10.default.params.crlDistPointsCritical=false
policyset.serverCertSet.10.default.params.crlDistPointsEnable_0=true
policyset.serverCertSet.10.default.params.crlDistPointsIssuerName_0=SET_ME_TO_DN_OF_CRL_ISSUER
policyset.serverCertSet.10.default.params.crlDistPointsIssuerType_0=DirectoryName
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fmarco76 I'm unclear on this. Are we supposed to remove those two or just leave them blank like this? policyset.serverCertSet.9.default.params.crlDistPointsIssuerName_0=
policyset.serverCertSet.9.default.params.crlDistPointsIssuerType_0=

@fmarco76 fmarco76 force-pushed the RemoveCRLIssuer branch 2 times, most recently from 60f6522 to ce35920 Compare April 19, 2024 21:51
CRLIssuer MUST not be included if the issuer is the same issuer of the
certificate. Therefore it is update the comment for the user to make it
clear.

See: https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.13
@fmarco76 fmarco76 merged commit 20a01c9 into dogtagpki:master Apr 19, 2024
134 of 140 checks passed
Copy link

sonarcloud bot commented Apr 20, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@fmarco76 fmarco76 deleted the RemoveCRLIssuer branch May 2, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants