Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to set Let's Encrypt issuer (cert-manager) #3

Closed
jakolehm opened this issue Mar 2, 2018 · 0 comments · Fixed by #21
Closed

Add option to set Let's Encrypt issuer (cert-manager) #3

jakolehm opened this issue Mar 2, 2018 · 0 comments · Fixed by #21
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jakolehm
Copy link
Contributor

jakolehm commented Mar 2, 2018

Resource file example:

apiVersion: certmanager.k8s.io/v1alpha1
kind: Issuer
metadata:
  name: letsencrypt
  namespace: default
spec:
  acme:
    # The ACME server URL
    server: <%= server %>
    # Email address used for ACME registration
    email: <%= email %>
    # Name of a secret used to store the ACME account private key
    privateKeySecretRef:
      name: letsencrypt
    # Enable the HTTP-01 challenge provider
    http01: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant