cert-manager-webhook-beget

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

README

cert-manager project logo

Beget DNS01 webhook

Installation

  • Read

  • install cert-manager

    • kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.13.1/cert-manager.yaml
  • instal the issuer:

    • NOTE: The kubernetes resources used to install the Webhook should be deployed within the same namespace as the cert-manager ("cert-manager" by default, check ./deploy/values.yaml).
    • helm install webhook-beget ./deploy/beget -f ./deploy/values.yaml -n cert-manager
  • create a secret for beget API

  • create an issuer

  • request certificates

  • add the certificates to services

Follow an example for details: testdata/resources.

Tests

You can run the webhook test suite with:

$ TEST_ZONE_NAME=example.com. make test

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
package example contains a self-contained example of a webhook that passes the cert-manager DNS conformance tests
package example contains a self-contained example of a webhook that passes the cert-manager DNS conformance tests

Jump to

Keyboard shortcuts

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