cert-manager-nifcloud-webhook

command module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

README

cert-manager-nifcloud-webhook

Running the test suite

$ vi testdata/nifcloud-solver/nifcloud-secret.yaml
$ TEST_ZONE_NAME=example.com. make test

Deploy

cert-manager

See official document.

nifcloud-webhook
$ helm repo add cert-manager-nifcloud-webhook https://raw.githubusercontent.com/aokumasan/cert-manager-nifcloud-webhook/main/charts
$ helm upgrade --install cert-manager-nifcloud-webhook cert-manager-nifcloud-webhook/cert-manager-nifcloud-webhook --namespace cert-manager

Create an issuer

The name of solver to use is nifcloud-solver.

apiVersion: v1
kind: Secret
metadata:
  name: nifcloud-secret
  namespace: cert-manager
type: Opaque
data:
  access-key-id: <base64 encoded access key id>
  secret-access-key: <base64 encoded secret access key>

---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
  name: nifcloud-issuer
  namespace: cert-manager
spec:
  acme:
    email: <your email address>
    server: https://acme-staging-v02.api.letsencrypt.org/directory
    privateKeySecretRef:
      name: nifcloud-issuer-account-key
    solvers:
      - dns01:
          webhook:
            groupName: nifcloud.com
            solverName: nifcloud-solver
            config:
              accessKeyIdSecretRef:
                name: nifcloud-secret
                key: access-key-id
              secretAccessKeySecretRef:
                name: nifcloud-secret
                key: secret-access-key

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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