qqshfox / cert-manager-webhook-dnspod

DNSPod Webhook for Cert Manager
Apache License 2.0
56 stars 34 forks source link

What should I set GROUP_NAME in --set groupName=<GROUP_NAME>? #4

Closed futurexiong closed 4 years ago

futurexiong commented 4 years ago

I am wondering What I should set GROUP_NAME in --set groupName=.

hunterli commented 4 years ago
# The GroupName here is used to identify your company or business unit that
# created this webhook.
# For example, this may be "acme.mycompany.com".
# This name will need to be referenced in each Issuer's `webhook` stanza to
# inform cert-manager of where to send ChallengePayload resources in order to
# solve the DNS01 challenge.
# This group name should be **unique**, hence using your own company's domain
# here is recommended.
groupName: acme.mycompany.com
qqshfox commented 4 years ago

Thanks @hunterli for pointing the doc of groupName. @futurexiong You can set groupName to anything, just keep in mind that it shouldn't conflict with other's. I'll close this issue since the question has been answered.