cert-manager-webhook-katapult

command module
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

README

Cert Manager Webhook for Katapult

This is a Cert Manager Webhook service to faciliate DNS challenges with Katapult's DNS platform.

Installation

To install, just runs the following to install or upgrade on your cluster.

helm upgrade --install oci://ghcr.io/krystal/charts/cert-manager-webhook-katapult -n cert-manager

You'll need to add a secret containing an API key for your Katapult account. This is referenced by the Issuer or ClusterIssuer which uses this webhook.

Example issuer

apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
  name: letsencrypt-dns-issuer
spec:
  acme:
    email: demo@example.com
    server: https://acme-v02.api.letsencrypt.org/directory
    # Use this instead for staging.
    # server: https://acme-staging-v02.api.letsencrypt.org/directory
    privateKeySecretRef:
      name: letsencrypt-dns-issuer-secret
    solvers:
      - dns01:
          webhook:
            groupName: acme.katapult.io
            solverName: katapult
            config:
              apiToken:
                name: katapult-secret
                key: token

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
dns

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL