ratify-project / ratify-web

https://ratify.dev
Apache License 2.0
6 stars 14 forks source link

doc: quick start for ratify cli #98

Closed susanshi closed 1 month ago

susanshi commented 1 month ago

This PR adds a initial version of cli quickstart doc, we can improve on it over time. fixes: #36

netlify[bot] commented 1 month ago

Deploy Preview for ratify-dev ready!

Name Link
Latest commit ddc75202f161b0f96bd71bfdb3feae1808106b68
Latest deploy log https://app.netlify.com/sites/ratify-dev/deploys/66b07be9316fd70008babc41
Deploy Preview https://deploy-preview-98--ratify-dev.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

susanshi commented 1 month ago

I want to discuss what is the expected values for truststore for the cli.

image

junczhu commented 1 month ago

I want to discuss what is the expected values for truststore for the cli.

image

By default, we add defaultCertsDir to VerificationCerts which leads to this output. And in k8s scenario, we are using VerificationCertStores replacing VerificationCerts which avoid this output.

binbin-li commented 1 month ago

what is the expected values for truststore for the cli.

what's the value of verificationCerts in your config?

susanshi commented 1 month ago

thanks for the review @binbin-li and @junczhu, i ve pushed some updates, this is ready for another round of review.