github cert-manager/trust-manager v0.5.0-beta.0

latest releases: v0.12.0, v0.11.1, v0.11.0...
pre-release17 months ago

trust-manager is the easiest way to manage trust bundles in Kubernetes and OpenShift clusters.

This prerelease version is intended to allow users to test the new JKS support available in trust-manager.

Users can test JKS functionality using a bundle such as the following:

{
  "apiVersion": "trust.cert-manager.io/v1alpha1",
  "kind": "Bundle",
  "metadata": {
    "name": "testing"
  },
  "spec": {
    "sources": [
      {
        "useDefaultCAs": true
      }
    ],
    "target": {
      "additionalFormats": {
        "jks": {
          "key": "my-bundle.jks"
        }
      },
      "configMap": {
        "key": "mybundle.pem"
      }
    }
  }
}

What's Changed

New Contributors

  • @aidy made their first contribution in #122 🎉

Full Changelog: v0.4.0...v0.5.0-beta.0

Don't miss a new trust-manager release

NewReleases is sending notifications on new releases.