Skip to content

Instantly share code, notes, and snippets.

@HammoTime
Created July 18, 2020 09:12
Show Gist options
  • Save HammoTime/57733b1e63eb01e91a12554e6876dc35 to your computer and use it in GitHub Desktop.
Save HammoTime/57733b1e63eb01e91a12554e6876dc35 to your computer and use it in GitHub Desktop.
production_do_dns_issuer.yaml
apiVersion: cert-manager.io/v1alpha2
kind: ClusterIssuer
metadata:
name: do-issuer-production
namespace: cert-manger-issuer
spec:
acme:
# The ACME server URL
server: https://acme-v02.api.letsencrypt.org/directory
# Email address used for ACME registration
email: <YOUR_EMAIL_ADDRESS>
# Name of a secret used to store the ACME account private key
privateKeySecretRef:
name: letsencrypt-production
# Enable the DNS-01 challenge provider
solvers:
- dns01:
digitalocean:
tokenSecretRef:
name: digitalocean-dns
key: access-token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment