Skip to content

Commit 399070e

Browse files
Merge pull request #596 from ejarocki-cloudlinux/master
fixes for GPG section
2 parents 449309d + e4b06d7 commit 399070e

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

  • docs/els-for-libraries/machine-readable-security-data

docs/els-for-libraries/machine-readable-security-data/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,7 @@ A failed verification is an **integrity violation**: the artifact must be treate
5050

5151
<p style="font-size: 1.125rem; font-weight: 700; margin-top: 1.75rem; margin-bottom: 0.5rem;">Where signatures are published</p>
5252

53-
Signatures are published per ecosystem to a dedicated Nexus signatures repository, mirroring the path of the package they sign. For JavaScript libraries, signatures live in [els-js-signatures](https://nexus.repo.tuxcare.com/#browse/browse:els-js-signatures) and require the same TuxCare Nexus credentials as the package repositories.
54-
55-
For example, the signature for `@els-js/angular` version `1.8.3-tuxcare.8` is:
56-
57-
```text
58-
https://nexus.repo.tuxcare.com/repository/els-js-signatures/angular/1.8.3-tuxcare.8/angular-1.8.3-tuxcare.8.tgz.asc
59-
```
53+
Signature files are published to a dedicated Nexus signatures repository, separate from the package repositories and mirroring the path of the package they sign. Accessing them requires the same TuxCare Nexus credentials as the package repositories.
6054

6155
<p style="font-size: 1.125rem; font-weight: 700; margin-top: 1.75rem; margin-bottom: 0.5rem;">Obtain the TuxCare public key</p>
6256

@@ -80,6 +74,8 @@ Import the public key once. It can verify every TuxCare-signed package, so this
8074

8175
<p style="font-size: 1.125rem; font-weight: 700; margin-top: 1.75rem; margin-bottom: 0;">Verify a package</p>
8276

77+
The steps below show an example for the `angular` package (npm ecosystem); the same process applies to packages in other ecosystems.
78+
8379
<ELSSteps>
8480

8581
1. **Obtain the exact published tarball**

0 commit comments

Comments
 (0)