Diff: how-to/authenticate-binary-downloads.es
From e7f5641 to e7f5641
+0 / −0 lines
| Before | After |
|---|---|
| --- | --- |
| schema: foundry-doc-v1 | schema: foundry-doc-v1 |
| title: "How to authenticate binary downloads" | title: "How to authenticate binary downloads" |
| slug: authenticate-binary-downloads | slug: authenticate-binary-downloads |
| category: how-to | category: how-to |
| content_type: how-to | content_type: how-to |
| type: how-to | type: how-to |
| status: stub | status: stub |
| last_edited: 2026-06-14 | last_edited: 2026-06-14 |
| editor: pointsav-engineering | editor: pointsav-engineering |
| paired_with: authenticate-binary-downloads.es.md | paired_with: authenticate-binary-downloads.es.md |
| --- | --- |
| The PointSav private distribution endpoint at `software.pointsav.com` issues Ed25519-signed binary releases. Every download is verified against the publisher's public key before the binary executes. This guide covers requesting a licence token, downloading a release, and verifying the signature. | The PointSav private distribution endpoint at `software.pointsav.com` issues Ed25519-signed binary releases. Every download is verified against the publisher's public key before the binary executes. This guide covers requesting a licence token, downloading a release, and verifying the signature. |
| For the architecture behind the distribution system, see [[private-git-paid-customer-endpoint]] and [[software-distribution-substrate]]. | For the architecture behind the distribution system, see [[private-git-paid-customer-endpoint]] and [[software-distribution-substrate]]. |
| ## See also | ## See also |
| - [[private-git-paid-customer-endpoint]] — the paid customer endpoint architecture | - [[private-git-paid-customer-endpoint]] — the paid customer endpoint architecture |
| - [[software-distribution-substrate]] — the software distribution substrate | - [[software-distribution-substrate]] — the software distribution substrate |
| - [[machine-based-auth]] — how access to the distribution endpoint is authorized | - [[machine-based-auth]] — how access to the distribution endpoint is authorized |