Skip to content

Instantly share code, notes, and snippets.

@marcelo-ochoa
Last active May 19, 2021 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelo-ochoa/5df1fd6f62815caf038d9993fd306c0e to your computer and use it in GitHub Desktop.
Save marcelo-ochoa/5df1fd6f62815caf038d9993fd306c0e to your computer and use it in GitHub Desktop.
Sample ClusterIssuer letsencrypt
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: user@example.com
privateKeySecretRef:
name: letsencrypt
solvers:
- http01:
ingress:
class: nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment