Skip to content

update links to use CDN-backed endpoints #418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sigstore-java/src/main/resources/dev/sigstore/tuf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ If the key changes, they will not automatically be reflected here
and various signing/verification workflows will fail.

We keep copies of the remote tuf repositories locally in
1. Production from https://storage.googleapis.com/sigstore-tuf-root \
1. Production from https://tuf-repo-cdn.sigstore.dev \
for interfacing with *.sigstore.dev

2. Staging from https://storage.googleapis.com/tuf-root-staging \
2. Staging from https://tuf-repo-cdn.sigstage.dev \
for interfacing with *.sigstage.dev

For this client to function we need the following keys
Expand Down