-
Notifications
You must be signed in to change notification settings - Fork 257
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
http-01 challenge methods #513
Comments
Hi, yes indeed. This has been on the to-do list for a while but surprisingly it hasn't been requested very often. What scenario are you specifically hoping to cater for? The http challenge targets I can think of include (including your suggestions):
All of these are very similar to the Deployment Tasks that are already in v5. I'm wondering if the current challenge(s) (http or DNS) could optionally be passed into a Validation Task (basically a deployment task that runs at the validation stage), that way we can re-use a bunch of stuff. Each domain in a cert order gets it's own challenge to complete, so there's batching to think about. |
This has greater relevance for the next phase of Certify, which is where you host the backend as a centralised certificate service (linux/windows) handling certificate renewal/validation and you just connect the GUI to that service. This work is currently in progress. |
We have an inhomogeneous infrastructure of many websites and applications with several domains where the domain registrar won't let me update DNS entries programmatically. Currently, I am working around that limitation by mapping an Azure file share over SMB and deploying several small, isolated solutions for serving that static content under
That sounds great. Even though there are turnkey solutions for Kubernetes, I use Certify to renew certificates for pods so that everything SSL is under one umbrella with as few moving parts as possible. |
Would you consider to support more update methods for http-01 challenges analogous to
DNS Update Method
? The assumption that the local file system or IIS instance is related to the domain of the current certificate request is pretty limiting.Proposal:
HTTP Update Method
underChallenge Type: http-01
(Update HTTP manually)
,(Use Custom Script)
andLocal file system
The text was updated successfully, but these errors were encountered: