-
Notifications
You must be signed in to change notification settings - Fork 127
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
Official client supports CSRs and manual mode! #5
Comments
It appears that the official client still requires root access to the local computer. Are there options that I'm missing?
|
Hi @diafygi, this problem is related to certbot/certbot#552. More work needs to be done here. If you specify a user controlled config directory / working directory it will avoid the problems. |
Ok, added them. Now hitting another error. File a bug report?
|
if you don't feel like typing this over again:
|
Sorry, you actually won't see the help :( certbot/certbot#577 |
Woo! Got it!
|
Will work on writing an update to give instructions on how to do this. |
It would be great to have it in the official client docs (https://github.com/letsencrypt/letsencrypt/tree/master/docs) :). Also, you might find our generate-csr.sh script handy. |
@kuba to clarify, does the manual authenticator still need to access your private keys? |
Since certbot/certbot#504 (June 25), client does not need access to certificate keys. |
Gotcha, ok, so it still needs access to the account private keys? |
This still has less dependencies, no? |
letsencrypt-nosudo is also really nice on FreeBSD shared hosting. |
The simplicity of this script makes it both a great tool to try out Let's Encrypt with less hassle (no wonky |
FTR, you might all like https://github.com/kuba/simp_le :) |
Now, that certbot/certbot#504 (CSRs) and certbot/certbot#502 (manual authenticator) are merged in, official Let's Encrypt client provides the same features as
letsencrypt-nosudo
! You can try it out by runningletsencrypt --authenticator manual auth --csr csr.der
. To usesimpleHttp
challenge without TLS use--no-simple-http-tls
.Please consider adding appropriate notice to your project. You are all more than welcome to contribute "upstream"! :)
cc: @diafygi, @jdkasten
The text was updated successfully, but these errors were encountered: