Git Product home page Git Product logo

Comments (5)

rbaumgar avatar rbaumgar commented on July 20, 2024

I could create some certificates today without any issues.
How is your solver within (cluster)issuer configured?

from cert-manager-webhook-dynu.

supermario18b avatar supermario18b commented on July 20, 2024

Hi,
thank you for the reply. Here is my clusterissuer manifest:

apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-dynu-mydomain
spec:
acme:

server: https://acme-staging-v02.api.letsencrypt.org/directory
email: [email protected] 
privateKeySecretRef:
  name: letsencrypt-secret
solvers:
  - dns01:
      cnameStrategy: Follow
      webhook:
        groupName: com.github.dopingus.cert-manager-webhook-dynu
        solverName: dynu
        config:
          secretName: dynu-secret # Adjust this in case you changed the secretName.

Sorry for the formatting, I didn't get it better.

from cert-manager-webhook-dynu.

supermario18b avatar supermario18b commented on July 20, 2024

The "READY" status of the clusterissuer is shown as "True".

from cert-manager-webhook-dynu.

rbaumgar avatar rbaumgar commented on July 20, 2024

I have some more settings, eg ApiUrl:

spec:
  acme:
    email: <my-mail@domain>
    preferredChain: ''
    privateKeySecretRef:
      name: letsencrypt-clusterissuer
    server: 'https://acme-v02.api.letsencrypt.org/directory'
    solvers:
      - dns01:
          cnameStrategy: Follow
          webhook:
            config:
              apiUrl: 'https://api.dynu.com/v2'
              secretName: dynu-secret
              zoneName: <my-dynu.domain>
            groupName: com.github.dopingus.cert-manager-webhook-dynu
            solverName: dynu

from cert-manager-webhook-dynu.

supermario18b avatar supermario18b commented on July 20, 2024

thank your for the configuration, I tried that but I've got the same error.
I uninstalled cert-manager and cert-manager-webhook-dynu and then I reinstalled them with the same configuration files and it worked. I really don't know what was the cause.

I close the issue and thanks again for the support,

supermario18b

from cert-manager-webhook-dynu.

Related Issues (15)

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.