Skip to content

Add support for HTTP-01 challenge validation plugin hooks #6289

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

techknowlogick
Copy link

I have a use case where I can't use DNS validation, and the server I'm running acme.sh on is not web accessible. This adds the ability to have various plugins for the http-01 validator.

Right now, I've added SCP & Local as plugins, but possible future ones could be S3, GCP Cloud Storage, Azure Blob Storage, etc (for example, in the case you host a static site on an object storage, and need to use http-01 as a validator).

The local plugin is used solely for testing, and operates pretty much in the same way as the existing webroot functionality.

I understand this is a system design change, and it does have implications for the project as a whole, so I do know if it doesn't align with your current roadmap or design. If that's the case, no hard feelings from me, and please feel free to close. I wrote it for myself, but I wanted to share it with the project since I am thankful for your work on this and how it's helped me.

If this is accepted, I can move the README.md from the subdirectory into a new wiki page.

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.

None yet

1 participant