We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a15e02 commit 7e45b55Copy full SHA for 7e45b55
content/packages-and-modules/securing-your-code/about-registry-signatures.mdx
@@ -60,7 +60,7 @@ The `keyid` must match one of the public signing keys below.
60
Keys response:
61
62
- `expires`: null or a simplified extended [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601): `YYYY-MM-DDTHH:mm:ss.sssZ`
63
-- `keydid`: sha256 fingerprint of the public key
+- `keyid`: sha256 fingerprint of the public key
64
- `keytype`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
65
- `scheme`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
66
- `key`: base64 encoded public key
0 commit comments