Skip to content

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

Open
@kaiknight

Description

@kaiknight

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions