Skip to content

Instantly share code, notes, and snippets.

@calvin-puram
Created November 6, 2021 11:40
Show Gist options
  • Select an option

  • Save calvin-puram/767dcb6c1df4baa5b3272dcdd56347d2 to your computer and use it in GitHub Desktop.

Select an option

Save calvin-puram/767dcb6c1df4baa5b3272dcdd56347d2 to your computer and use it in GitHub Desktop.
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
namespace: default
spec:
acme:
# The ACME server URL
server: https://acme-v02.api.letsencrypt.org/directory
# Email address used for ACME registration
email: puram.calvin@gmail.com
# Name of a secret used to store the ACME account private key
privateKeySecretRef:
name: letsencrypt-prod
# Enable the HTTP-01 challenge provider
solvers:
- http01:
ingress:
class: nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment