- 
      
 - 
        
Save lvnilesh/b07132d67fdda57f542ea1651fd4e925 to your computer and use it in GitHub Desktop.  
    DNS acme cluster-issuer.yaml - third time is a charm
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | apiVersion: cert-manager.io/v1 | |
| kind: ClusterIssuer | |
| metadata: | |
| name: letsencrypt-prod | |
| namespace: cert-manager | |
| spec: | |
| acme: | |
| email: [email protected] | |
| server: https://acme-v02.api.letsencrypt.org/directory | |
| privateKeySecretRef: | |
| name: letsencrypt-prod | |
| solvers: | |
| - dns01: | |
| cloudflare: | |
| email: [email protected] | |
| apiKeySecretRef: | |
| name: cloudflare-api-key | |
| key: api-key | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment