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

Wallet list page shows blank if there's a certificate with 10+ years expiration period #345

Open
kaiknight opened this issue Dec 14, 2022 · 3 comments

Comments

@kaiknight
Copy link

When I enroll for a user in CA registered user list, if the CA issues a certificate with over 10 years expiration period, the wallet list page shows blank.
The default expiration for a certificate issued by CA is 1 year.
When I create CA, I could override the default setting by applying a JSON file. In the JSON file I could configure the expiration period for the certificate issued by the CA.

  1. By default, certificate issued by CA has 1 year expiration, the wallet list page shows well.
  2. If I modify the JSON file when creating CA, asking it to issue certificate with 9 year expiration, the wallet list page shows well.
  3. If I modify the JSON file when creating CA, asking it to issue certificate with 10 year expiration, the wallet list page shows blank.

It seems the wallet page front end code, cannot handle expiration over 10 years. It only allows single digit expiration period.

@dshuffma-ibm
Copy link
Contributor

@kaiknight could you post a screenshot? when you mean blank, do you mean the wallet tile is missing expiration text, or do you mean the entire page is breaking, and you have a blank white screen?

@kaiknight
Copy link
Author

kaiknight commented Dec 15, 2022

@dshuffma-ibm Thank you. The reproduce steps and json file for CA creation are attached.
Also you could find me in slack at [email protected].
Thank you.

ReproduceSteps.pptx
50year CA_ca_advanced_deployment.json.zip

@dshuffma-ibm
Copy link
Contributor

@kaiknight thanks

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

2 participants