We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
User Notice
Certificate Policies
Describe the bug During tests, we observed:
OK
To Reproduce Steps to reproduce the behavior:
Expected behavior Possibility to add User Notice on Certificate Policies extension on cert.
Screenshots
Environment
The text was updated successfully, but these errors were encountered:
Thanks for the bug report!
The issue is in the field "notice numbers". If you only provide "explicit text", it works fine. It's easily fixed, but there is another issue here:
The field "notice numbers" is actually a sequence of numbers, not a single one:
NoticeReference ::= SEQUENCE { organization DisplayText, noticeNumbers SEQUENCE OF INTEGER }
So, a UI change is necessary here as well.
Sorry, something went wrong.
I have just noticed the hint in the tooltip, but not sure if it is enough...
Fixed problem with UserNotice on CertificatePolicies extension (issue #…
a7f95d1
…475)
No branches or pull requests
Describe the bug
During tests, we observed:
OK
button to addUser Notice
onCertificate Policies
extension has no effect.Maybe I'm missing something....
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Possibility to add
User Notice
onCertificate Policies
extension on cert.Screenshots
Environment
The text was updated successfully, but these errors were encountered: