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

feat: Add http solver #12

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

Goodsmileduck
Copy link

No description provided.

@Goodsmileduck Goodsmileduck changed the title Add http solver feat: Add http solver Sep 19, 2021
@leoslf
Copy link

leoslf commented Feb 27, 2023

Hi @Goodsmileduck,

Thanks for the PR, adding the HTTP01 solver would be very useful. Looking forward to seeing this PR being merged!

Just a quick heads-up, the wildcard certs only work with the DNS01 solver, for HTTP01, I would recommend adding annotations to the ingresses to reference the clusterissuer, like:

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: letsencrypt-{{ .Values.jxRequirements.ingress.tls.production | ternary "prod" "staging" }}
    acme.cert-manager.io/http01-edit-in-place: "true"
...

@msvticket
Copy link
Member

Can you please fill in a description on what this PR is about?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants