mirror of
https://github.com/Tondas/LetsEncrypt.git
synced 2026-04-25 15:55:59 +03:00
[GH-ISSUE #5] http01 Challenge #6
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LetsEncrypt#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tondas on GitHub (Feb 9, 2020).
Original GitHub issue: https://github.com/Tondas/LetsEncrypt/issues/5
Originally assigned to: @Tondas on GitHub.
Implement http01 challenge verification possibility
@f135ta commented on GitHub (May 31, 2022):
Any news on this? I prefer the Http01 challenges rather than the DNS ones
@sensboston commented on GitHub (Jan 24, 2023):
If you guys still interesting, I found solution but with the different client: https://github.com/PKISharp/ACMESharpCore/tree/master/src/examples/ACMECLI
Add package FluentFTP to ACMECLI, and insert small code snippet below to procedure ProcessHttp01:
FtpDomain, FtpUser etc. are options and should be introduced like the other options at the beginning of program, i.e.
README.md has perfect examples of command line setting usage; adding automatic file publishing via FTP protocol, will make ACMECLI fully automated tool for certificate creation. Publishing new certificate depends of your host/provider (I'm on fxdomains, so I thinking to automate certificate installing too 😉 )