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

Error - the timestamp returned from the chosen TSA could not be verified #17

Open
blastframe opened this issue May 22, 2023 · 4 comments

Comments

@blastframe
Copy link

blastframe commented May 22, 2023

Hello, I've run npm run register then npm run sign. The command prompt runs ZXPSignCmd and returns Self-signed certificate generated successfully. When it goes to sign the zxp, I'm getting this error:
Error - the timestamp returned from the chosen TSA could not be verified, so the ZXP created is likely to be rejected by other tools. Please recreate your ZXP with a different trusted TSA.

I'm also getting a Signing Complete / .ZXP is ready message when the .zxp hasn't been generated and the archive folder is empty. I am on Windows 11 and using ZXPSignCmd 4.1.103.

Possibly related: ZXPSignCmd Timestamp error (possibly SHA1 issue)

@Inventsable
Copy link
Owner

Hello, what version of this package is in your report?

@blastframe
Copy link
Author

Hello! Thanks for the reply. I'm not sure if this is what you are seeking or not, but this is from the package-lock.json file:

  "packages": {
    "": {
      "name": "my_cep",
      "version": "0.1.0",
      "dependencies": {
        "brutalism": "^2.3.2",
        "cep-spy": "^1.3.4",
        "cluecumber": "^0.1.1",
        "core-js": "^3.1.2",
        "gehenna": "^1.1.4",
        "starlette": "^1.0.7",
        "vue": "^2.6.10"
      },
      "devDependencies": {
        "@vue/cli-plugin-babel": "^4.0.0",
        "@vue/cli-plugin-eslint": "^4.0.0",
        "@vue/cli-service": "^4.0.0",
        "babel-eslint": "^10.0.1",
        "bombino-commands": "^1.0.4",
        "boxen": "^4.1.0",
        "chalk": "^2.4.2",
        "eslint": "^5.16.0",
        "eslint-plugin-vue": "^5.0.0",
        "fs-extra": "^8.1.0",
        "inquirer": "^7.0.0",
        "make-runnable": "^1.3.6",
        "ora": "^4.0.2",
        "shelljs": "^0.8.3",
        "types-for-adobe": "^1.5.0",
        "vue-template-compiler": "^2.6.10"
      }
    },

@Inventsable
Copy link
Owner

Try npm i bombino-commands@latest

@blastframe
Copy link
Author

Thanks for the suggestion. I have tried the command you provided, but got the same error. What should I be running for the certificate password?

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