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

Upload challenge file to host via FTP #25

Closed
ndouthit opened this issue Dec 5, 2015 · 4 comments
Closed

Upload challenge file to host via FTP #25

ndouthit opened this issue Dec 5, 2015 · 4 comments
Milestone

Comments

@ndouthit
Copy link
Contributor

ndouthit commented Dec 5, 2015

When manually generating a certificate, it would be useful to be able to FTP the challenge file to the host. Could be useful for people who may not have direct access to the host (like people who use a web hosting service).

At a glance the current BeforeAuthorize implementation would need to be altered if it were to be used in ManualPlugin.cs to perform this functionality.

Thoughts?

@Bryan-Legend
Copy link
Collaborator

It's a good idea. Maybe we could just parse and handle physical locations
like this: ftp://username:password@hostname/

Or it could be another plugin type with a different menu option.

We always have to worry about automating renewals though.

On Fri, Dec 4, 2015 at 5:46 PM, Nathan D notifications@github.com wrote:

When manually generating a certificate, it would be useful to be able to
FTP the challenge file to the host. Could be useful for people who may not
have direct access to the host (like people who use a web hosting service).

At a glance the current BeforeAuthorize implementation would need to be
altered if it were to be used in ManualPlugin.cs to perform this
functionality.

Thoughts?


Reply to this email directly or view it on GitHub
#25.

@ndouthit
Copy link
Contributor Author

ndouthit commented Dec 5, 2015

I did some messing around and I'm thinking a separate plugin would make the most sense at least right now.

I don't see an easy way to do auto renewals especially if the certs are being generated manually on a personal PC. The only thing I can think of would be maybe a task scheduler to attempt an auto renewal. If it fails, it notifies the user.

Should cert revocation be a concern right now?

@jhaisley
Copy link

This could be done by using something like ftpuse which allows you to mount the ftp server as a local drive, but currently this doesn't work, because it doesn't allow for enough time for the answer to be uploaded. It would be nice if there was an option to retry or add an optional delay.

rkerber added a commit to rkerber/letsencrypt-win-simple that referenced this issue Feb 10, 2016
@rkerber rkerber added this to the V1,9 milestone Feb 10, 2016
@rkerber
Copy link
Collaborator

rkerber commented Feb 10, 2016

Added in #113. Just select the f option when prompted.

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

No branches or pull requests

4 participants