https://cert-manager.io/docs/configuration/acme/dns01/#webhook https://github.com/DEVmachine-fr/cert-manager-alidns-webhook https://help.aliyun.com/document_detail/409430.html#section-hec-0qh-xf5 安装cert-manager-alidns-webhook helm repo add cert-manager-alidns-webhook https://devmachine-f...
Cancel Create saved search Sign in Sign up Reseting focus {{ message }} JacksonTian / cert-manager-alidns-webhook Public forked from DEVmachine-fr/cert-manager-alidns-webhook Notifications You must be signed in to change notification settings Fork 0 ...
helm repo add cert-manager-alidns-webhook https://devmachine-fr.github.io/cert-manager-alidns-webhook helm repo update helm install alidns-webhook cert-manager-alidns-webhook/alidns-webhook Create the secret holding alibaba credential : kubectl create secret generic alidns-secrets --from-literal...
apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: name: letsencrypt spec: acme: email: contact@example.com server: https://acme-staging-v02.api.letsencrypt.org/directory privateKeySecretRef: name: letsencrypt solvers: - dns01: webhook: config: accessTokenSecretRef: key: access-tok...
Cert-manager webhook to generate Let's Encrypt certificates over Alibaba Cloud DNS. - cert-manager-alidns-webhook/go.sum at master · DEVmachine-fr/cert-manager-alidns-webhook
//wjiec.github.io/alidns-webhook \ --namespace cert-manager --create-namespace \ --set groupName=acme.yourcompany.com#Note: If you installed cert-manager via bitnami charts, you need to add the additional#`--set certManager.serviceAccountName=cert-manager-controller`#parameter to specify ...
Sign in Sign up DEVmachine-fr / cert-manager-alidns-webhook Public Notifications Fork 30 Star 92 Code Issues 2 Pull requests 4 Actions Projects Security Insights New issue upgrade Golang SDK to support default credentials chain(e.g. OIDC cre… #...
Cert-manager webhook to generate Let's Encrypt certificates over Alibaba Cloud DNS. - cert-manager-alidns-webhook/main.go at master · JacksonTian/cert-manager-alidns-webhook
See the cert-manager's documentation for more details on webhook : https://cert-manager.io/docs/concepts/webhook/ Usage Installation helm repo add cert-manager-alidns-webhook https://devmachine-fr.github.io/cert-manager-alidns-webhook helm repo update helm install alidns-webhook cert-manager-...