Skip to content

Commit

Permalink
chore: adds default path certmaker certs to make file.
Browse files Browse the repository at this point in the history
Signed-off-by: ianhundere <138915+ianhundere@users.noreply.github.com>
  • Loading branch information
ianhundere committed Jan 30, 2025
1 parent 15650f6 commit dd0f340
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ clean: ## Clean the workspace
rm -rf dist
rm -rf fulcio
rm -rf certificate-maker
rm -rf root.pem
rm -rf intermediate.pem
rm -rf leaf.pem

clean-gen: clean
rm -rf $(shell find pkg/generated -iname "*.go") *.swagger.json
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,13 @@ mygUY7Ii2zbdCdliiow=

### Certificate Maker

The Fulcio's Certificate Maker is a tool for creating Fulcio compliant certificate chains. It supports:
Certificate Maker is a tool for creating [Fulcio compliant certificate chains](docs/certificate-specification.md). It supports:

* Two-level chains (root -> leaf)
* Three-level chains (root -> intermediate -> leaf)
* Two-level chains:
* root → leaf
* root → intermediate
* Three-level chains:
* root → intermediate → leaf
* Multiple KMS providers (AWS, Google Cloud, Azure, HashiCorp Vault)

For detailed usage instructions and examples, see the [Certificate Maker documentation](docs/certificate-maker.md).
Expand Down

0 comments on commit dd0f340

Please # to comment.