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

Validation Failure of Signed Metadata due to Invalid Certificate #55

Open
bumbe1986 opened this issue Feb 22, 2024 · 0 comments
Open

Validation Failure of Signed Metadata due to Invalid Certificate #55

bumbe1986 opened this issue Feb 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bumbe1986
Copy link

Steps to reproduce the issue:

  1. Downloaded the contents of the repository locally.
  2. Built the Docker image using the docker build command.
  3. Created an environment file .env according to the specifications outlined here.
  4. Ran a Docker container using the image from step 2 and the environment file from step 3 using the command docker run --env-file /pathToFile imageId
  5. Downloaded the certificates from the /output directory of the container executed in step 4

Validation Results:
Upon attempting to validate the signed metadata with the certificate obtained in step 5 using the provided validation tool, the certificate failed to pass validation.

Expected Outcome:
The expected outcome was to obtain a certificate that would successfully pass validation using the specified tool. However, the generated certificate did not meet this expectation and failed validation, indicating a potential issue or bug in the certificate generation process.

Additional Information:
Repository Link: Link to Repository
Environment File: .env file according to specifications
Tool Used for Validation: Validation Tool

@bumbe1986 bumbe1986 added the bug Something isn't working label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant