-
Notifications
You must be signed in to change notification settings - Fork 40
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
feat: adds cert-utility templates and documentation. #889
feat: adds cert-utility templates and documentation. #889
Conversation
045fbec
to
cb8fc28
Compare
970c9cd
to
cfdf4ea
Compare
159ac3f
to
de035f7
Compare
i think this is ready for 👀 now. just a couple of notes.
i think that about covers it, i have some basic readme/documentation above as well. |
de035f7
to
fcee964
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #889 +/- ##
==========================================
- Coverage 52.85% 44.73% -8.12%
==========================================
Files 20 55 +35
Lines 1209 3657 +2448
==========================================
+ Hits 639 1636 +997
- Misses 509 1881 +1372
- Partials 61 140 +79 ☔ View full report in Codecov by Sentry. |
dfa131c
to
02345bb
Compare
Signed-off-by: ianhundere <[email protected]>
Signed-off-by: ianhundere <[email protected]>
Signed-off-by: ianhundere <[email protected]>
Signed-off-by: ianhundere <[email protected]>
…escriptive. Signed-off-by: ianhundere <[email protected]>
… consistent w/ flags. Signed-off-by: ianhundere <[email protected]>
…e flag to gcp-credentials-file. Signed-off-by: ianhundere <[email protected]>
Signed-off-by: ianhundere <[email protected]>
Signed-off-by: ianhundere <[email protected]>
Signed-off-by: ianhundere <[email protected]>
Signed-off-by: ianhundere <[email protected]>
Signed-off-by: ianhundere <[email protected]>
…son error. Signed-off-by: ianhundere <[email protected]>
…per, and other PR fb. Signed-off-by: ianhundere <[email protected]>
Signed-off-by: ianhundere <[email protected]>
…vements. Signed-off-by: ianhundere <[email protected]>
Signed-off-by: ianhundere <[email protected]>
5d442d2
to
42f065c
Compare
Signed-off-by: ianhundere <[email protected]>
7a67fae
to
2282744
Compare
this is ready for 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, just a few minor comments!
Signed-off-by: ianhundere <[email protected]>
Signed-off-by: ianhundere <[email protected]>
done and done / thanks for the 👀. |
closes #886, closes sigstore/fulcio#1930
Summary
currently, there is no standard method for creating cert chains for fulcio or tsa. the community has used an assortment of open source scripts/tools, but i thought it would be nice to have a small cloud agnostic go app to create/sign (via awskms, gcpkms, or azurekms) certificates. the smallstep crypto library is fairly comprehensive in its kms/cert capabilities.
@haydentherapper / @bobcallaway gave the go ahead in proceeding w/ this work.
Release Note
Documentation
added docs to
./docs
folder and updatedREADME.md
to point to docs.