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 acme DNS-01 challenge support via duplicating autocert implementation #201

Closed

Conversation

Semior001
Copy link

@Semior001 Semior001 commented Sep 7, 2024

closes #110

this PR is a draft just to show how the ACME DNS-01 challenge solver can be implemented without use of lego library

where to look:

  • app/main.go
  • app/proxy/autocert/dnsprovider/*
  • app/proxy/ssl

app/proxy/autocert package (except for the dnsprovider package) is a result of merging the up-to-date https://github.com/golang/crypto/tree/master/acme/autocert and commit https://go-review.googlesource.com/c/crypto/+/381994

@Semior001 Semior001 changed the title add acme DNS-01 challenge support add acme DNS-01 challenge support via duplicating autocert implementation Sep 8, 2024
@Semior001 Semior001 closed this Sep 9, 2024
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.

Support DNS challenge for LE / ACME
1 participant