Skip to content

Unable to Verify Signature of Version 10.23.0 #35850

@patrickbucher

Description

@patrickbucher
  • Version: 10.23.0:
  • Platform: Linux 64-bit:

What steps will reproduce the bug?

Running the following script:

#!/usr/bin/bash

curl -O https://nodejs.org/dist/v10.23.0/SHASUMS256.txt
curl -O https://nodejs.org/dist/v10.23.0/SHASUMS256.txt.sig
gpg --verify SHASUMS256.txt.sig SHASUMS256.txt

Causes this error message:

gpg: Signature made Tue 27 Oct 2020 05:02:23 PM CET
gpg:                using RSA key C43CEC45C17AB93C
gpg: Can't check signature: No public key

How often does it reproduce? Is there a required condition?

It always happens

What is the expected behavior?

The verification should work.

What do you see instead?

see error message above

Additional information

The RSA key C43CEC45C17AB93C cannot be obtained through keyserver.ubuntu.com

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