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

Certificate Policies extension: several issues #3217

Open
pki-bot opened this issue Oct 3, 2020 · 0 comments
Open

Certificate Policies extension: several issues #3217

pki-bot opened this issue Oct 3, 2020 · 0 comments

Comments

@pki-bot
Copy link

pki-bot commented Oct 3, 2020

This issue was migrated from Pagure Issue #3100. Originally filed by ftweedal (@frasertweedale) on 2019-04-29 03:23:56:

  • Assigned to nobody

  1. there is an argument order bug in createUserNotice() call sites: the order of noticeText and noticeNums is reversed. This causes failure when you try to define a usernotice policy qualifier.

  2. cannot create policies with different numbers of qualifiers. The PolicyQualifiers.num=<int> config applies to all policies, which prevents defining policies with different numbers of
    qualifiers.

  3. Not a bug per se, but it is necessary to include both CPSURL.enable=<bool> and
    usernotice.enable=<bool>, with CPSURL taking precedence. These could default to false, simplifying user configuration a little.

See pki-users thread for background: https://www.redhat.com/archives/pki-users/2019-April/msg00007.html

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

No branches or pull requests

1 participant