Skip to content

Instantly share code, notes, and snippets.

@ernestofreyreg
Last active February 20, 2020 10:22
Show Gist options
  • Save ernestofreyreg/7453e2a85ade228abcedf74905701f18 to your computer and use it in GitHub Desktop.
Save ernestofreyreg/7453e2a85ade228abcedf74905701f18 to your computer and use it in GitHub Desktop.
apiVersion: "cert-manager.io/v1alpha2"
kind: "ClusterIssuer"
metadata:
name: "letsencrypt-staging"
spec:
acme:
email: "[email protected]"
server: "https://acme-staging-v02.api.letsencrypt.org/directory"
privateKeySecretRef:
# Secret resource used to store the account's private key.
name: "letsencrypt-staging-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