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
Downloaded the contents of the repository locally.
Built the Docker image using the docker build command.
Created an environment file .env according to the specifications outlined here.
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
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.
Steps to reproduce the issue:
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
The text was updated successfully, but these errors were encountered: