Last active
February 20, 2020 10:23
-
-
Save ernestofreyreg/0c8fddfcc7236b589cc7b4851f7bc1c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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