You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
By default, certificate issued by CA has 1 year expiration, the wallet list page shows well.
If I modify the JSON file when creating CA, asking it to issue certificate with 9 year expiration, the wallet list page shows well.
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.
The text was updated successfully, but these errors were encountered:
@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?
@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.
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.
It seems the wallet page front end code, cannot handle expiration over 10 years. It only allows single digit expiration period.
The text was updated successfully, but these errors were encountered: