Skip to content

Instantly share code, notes, and snippets.

@ernestofreyreg
Last active February 20, 2020 10:23
Show Gist options
  • Save ernestofreyreg/0c8fddfcc7236b589cc7b4851f7bc1c7 to your computer and use it in GitHub Desktop.
Save ernestofreyreg/0c8fddfcc7236b589cc7b4851f7bc1c7 to your computer and use it in GitHub Desktop.
apiVersion: "cert-manager.io/v1alpha2"
kind: "ClusterIssuer"
metadata:
name: "letsencrypt-production"
spec:
acme:
email: "[email protected]"
server: "https://acme-v02.api.letsencrypt.org/directory"
privateKeySecretRef:
# Secret resource used to store the account's private key.
name: "letsencrypt-production-issuer-account-key"
# Add a single challenge solver, HTTP01 using nginx
solvers:
- http01:
ingress:
class: "kong"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment