24 lines
610 B
YAML
24 lines
610 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: ClusterIssuer
|
|
metadata:
|
|
name: azure-dns
|
|
namespace: cert-manager
|
|
spec:
|
|
acme:
|
|
server: https://acme-v02.api.letsencrypt.org/directory
|
|
email: PLACEHOLDER
|
|
privateKeySecretRef:
|
|
name: azuredns
|
|
solvers:
|
|
- dns01:
|
|
azureDNS:
|
|
clientID: PLACEHOLDER
|
|
clientSecretSecretRef:
|
|
name: azuredns-config
|
|
key: CLIENT_SECRET
|
|
subscriptionID: PLACEHOLDER
|
|
tenantID: PLACEHOLDER
|
|
resourceGroupName: PLACEHOLDER
|
|
hostedZoneName: PLACEHOLDER
|
|
environment: AzurePublicCloud
|