Skip to content

Commit

Permalink
feat: Certificate defaults tutorial with Kyverno
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Fiddes <[email protected]>
  • Loading branch information
hawksight committed Jan 15, 2024
1 parent c7eee02 commit b4efce6
Show file tree
Hide file tree
Showing 11 changed files with 762 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ retryable
retweets
routable
runtime
runtimes
signoff
sigstore
stdout
Expand Down Expand Up @@ -634,6 +635,8 @@ v1.13.
v1.12.5
v1.12.6
v1.12.7
v1.14.0
v1.14.x
liveness
apiservices
arm64
Expand Down
2 changes: 1 addition & 1 deletion content/docs/configuration/issuers.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The following list contains all known cert-manager issuer integrations.

[release:kms-issuer]: https://github.com/Skyscanner/kms-issuer/releases
[release:freeipa-issuer]: https://github.com/guilhem/freeipa-issuer/releases
[release:adcs-issuer]: https://github.com/nokia/adcs-issuer/releases
[release:adcs-issuer]: https://github.com/djkormo/adcs-issuer/releases
[release:cfssl-issuer]: https://gerrit.wikimedia.org/r/plugins/gitiles/operations/software/cfssl-issuer/+refs

- The issuers are sorted by their tier and then alphabetically.
Expand Down
4 changes: 4 additions & 0 deletions content/docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,10 @@
{
"title": "Managing public trust in kubernetes with trust-manager",
"path": "/docs/tutorials/getting-started-with-trust-manager/README.md"
},
{
"title": "Setting default certificate values",
"path": "/docs/tutorials/certificate-defaults/README.md"
}
]
},
Expand Down
2 changes: 2 additions & 0 deletions content/docs/tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ for you to learn from. Take a look!
- [Securing an Istio service mesh with cert-manager](./istio-csr/istio-csr.md): Tutorial for
securing an Istio service mesh using a cert-manager issuer.
- [Obtaining SSL certificates with the ZeroSSL](./zerossl/zerossl.md): Tutorial describing usage of the ZeroSSL as external ACME server.
- [Managing public trust in Kubernetes with trust-manager](./getting-started-with-trust-manager/README.md): Learn how to deploy and configure trust-manager to automatically distribute your approved Public CA configuration to your Kubernetes cluster.
- [Learn how to set Certificate defaults automatically](./certificate-defaults/README.md): Learn how to use Kyverno `ClusterPolicy` to set default values for cert-manager `Certificates`.

### External Tutorials

Expand Down
Loading

0 comments on commit b4efce6

Please sign in to comment.