Skip to content
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

Create a "Getting Started" guide, including the process of installation of opentf #49

Open
RLRabinowitz opened this issue Sep 6, 2023 · 2 comments

Comments

@RLRabinowitz
Copy link
Collaborator

RLRabinowitz commented Sep 6, 2023

The new documentation website should include a "Getting Started" guide, that would explain how to start using opentf

The guide should include instructions for installation, and how to quickstart using opentf. The installation section should also include how to verify the artifacts

I will create a separate comment here, detailing what should be part of the "verification" section

@RLRabinowitz
Copy link
Collaborator Author

RLRabinowitz commented Sep 6, 2023

For the verification of artifacts, the following should be done:

Verification of artifact checksums:
The checksum file should be verified using cosign

cosign verify-blob \
  --certificate-identity 'https://github.com/opentofu/opentofu/.github/workflows/release.yml@refs/tags/vX.X.X' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --cert 'https://github.com/opentofu/opentofu/releases/download/vX.X.X/opentofu_X.X.X_SHA256SUMS.pem' \
  --signature 'https://github.com/opentofu/opentofu/releases/download/vX.X.X/opentofu_X.X.X_SHA256SUMS.sig' \
  ./opentofu_X.X.X_SHA256SUMS

Verification of docker images:
The docker images should be verified using cosign

cosign verify \
  --certificate-identity 'https://github.com/opentofu/opentofu/.github/workflows/release.yml@refs/tags/vX.X.X' \
    --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  the-image

@ghost
Copy link

ghost commented Jan 16, 2024

Hey @RLRabinowitz I believe this is done. Can I close it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant