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 bfaaf5f commit 111a387
Show file tree
Hide file tree
Showing 10 changed files with 761 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ retryable
retweets
routable
runtime
runtimes
signoff
sigstore
stdout
Expand Down Expand Up @@ -650,6 +651,8 @@ v1.13.
v1.12.5
v1.12.6
v1.12.7
v1.14.0
v1.14.x
liveness
apiservices
arm64
Expand Down
4 changes: 4 additions & 0 deletions content/docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,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 111a387

Please sign in to comment.