Giter VIP home page Giter VIP logo

cert-manager-nifcloud-webhook's Introduction

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

cert-manager-nifcloud-webhook's People

Contributors

aokumasan avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.