Code Monkey home page Code Monkey logo

Comments (7)

mayocream avatar mayocream commented on June 8, 2024

Let's Encrypt does support it, we have third-level wildcard domain certificates signed by Let's Encrypt.

from alidns-webhook.

basilhe avatar basilhe commented on June 8, 2024

@qingfengfenga
add more dnsNames in the cluster issuer

dnsNames:
  - xxx.com
  - xxx.xxx.com
  - '*.xxx.com'
  - '*.xxx.xxx.com'
 

and create certificate for the third-level wildcard domain with commonName and dnsNames as follows, it works

  commonName: 'xxx.xxx.com'
  dnsNames:
  - xxx.xxx.com
  - '*.xxx.xxx.com'

from alidns-webhook.

Learntotolearn avatar Learntotolearn commented on June 8, 2024

I also encountered this problem. Here are some of my configurations:

spec:
  dnsNames:
  - xx.vip
  - '*.xx.vip'
  - '*.ws.xx.vip'
  issuerRef:
    kind: ClusterIssuer
    name: aliyun
  secretName: https-certificates

from alidns-webhook.

qingfengfenga avatar qingfengfenga commented on June 8, 2024

From @basilhe
This is my configuration format, which can be used normally in my environment. I hope it can help you

spec:
  secretName: tls
  commonName: x.x.com
  dnsNames:
  - x.x.com
  - "*.x.x.com"
  issuerRef:
    name: letsencrypt-prod
    kind: ClusterIssuer

from alidns-webhook.

Learntotolearn avatar Learntotolearn commented on June 8, 2024

From @basilhe This is my configuration format, which can be used normally in my environment. I hope it can help you

spec:
  secretName: tls
  commonName: x.x.com
  dnsNames:
  - x.x.com
  - "*.x.x.com"
  issuerRef:
    name: letsencrypt-prod
    kind: ClusterIssuer

Thank you very much. Can you tell me the meaning of the commonName field? Or tell me where to see the meaning of all fields. Thank you.

from alidns-webhook.

qingfengfenga avatar qingfengfenga commented on June 8, 2024

From @basilhe This is my configuration format, which can be used normally in my environment. I hope it can help you

spec:
  secretName: tls
  commonName: x.x.com
  dnsNames:
  - x.x.com
  - "*.x.x.com"
  issuerRef:
    name: letsencrypt-prod
    kind: ClusterIssuer

Thank you very much. Can you tell me the meaning of the commonName field? Or tell me where to see the meaning of all fields. Thank you.

You can find relevant information in the documentation of cert manager

https://cert-manager.io/docs/reference/api-docs/#acme.cert-manager.io/v1.Order

from alidns-webhook.

Learntotolearn avatar Learntotolearn commented on June 8, 2024

from alidns-webhook.

Related Issues (20)

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.