Key not certified with trusted signature #4051
CraigKnoblauch
started this conversation in
General
Replies: 1 comment
-
The signature is OK. That message is simply telling you that the public key associated to the signature has not been validated. The most immediate way of validating a key is by signing it yourself. However, you should make sure that such key really belongs to the person it claims to belong. How? Using a safe communications channel: in person, using HTTPs... What's safe or not is a bit subjective. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I downloaded the Apache Netbeans IDE from the official site (https://www.apache.org/dyn/closer.cgi/netbeans/netbeans-installers/13/Apache-NetBeans-13-bin-windows-x64.exe)
Following the gpg verification methods, I sourced the keys here: https://downloads.apache.org/netbeans/KEYS
I also sourced the .asc file for netbeans here: https://downloads.apache.org/netbeans/netbeans-installers/13/Apache-NetBeans-13-bin-windows-x64.exe.asc
I imported the keys into gpg, then proceeded to verify:
I ran certUtil and compared the hash with the one I sourced here: https://downloads.apache.org/netbeans/netbeans-installers/13/Apache-NetBeans-13-bin-windows-x64.exe.sha512
The hashes are identical.
If the hashes check out, what's wrong with this signature?
Beta Was this translation helpful? Give feedback.
All reactions