Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Feedback to letsencrypt-auto (--help should do nothing but print a help message) #1903
Comments
larsen0815
commented
Dec 15, 2015
|
+1 |
pdkl95
commented
Dec 21, 2015
|
This was extremely surprising to see my package manger start to run when I simply asked for documentation. I understand that the "real" help text isn't ready at that point, so the help text can simply be an brief explanation like this when someone runs
Or something like that. The |
aaron-em
commented
Dec 21, 2015
|
|
lorenzhs
commented
Dec 21, 2015
monkz
commented
Dec 21, 2015
lorenzhs
commented
Dec 21, 2015
|
Yeah, I know it's closed and I agree that installation should be separated from operation — I just wanted to link the previous discussion :) |
pde
referenced this issue
Jan 19, 2016
Closed
Please, make Let's Encrypt client less intrusive #2229
anthony-geoghegan
commented
Feb 10, 2016
|
I finally decided to try Let’s Encrypt on my personal Ubuntu 12.04 LTS server and followed the How it works documentation as a quick guide to “Getting Started”. After cloning the git repository, I ran the While I’m aware that this is beta software, this breaks the principle of least surprise and I agree with others that running any command with the I’d much prefer the application to print a message stating that not all the necessary components are installed and to either:
At the very least, it should prompt the user to ask for permission. I later discovered the User Guide which warns that running
I think this could be made clearer in the How it works page. I hope this feedback is useful. |
bmw
added
area: certbot-auto
area: ui / ux
labels
Feb 11, 2016
bmw
referenced this issue
Feb 11, 2016
Closed
letsencrypt-auto --help should not run "apt-get install -y ..." automatically #2406
pmorch
commented
Feb 11, 2016
|
As an easy fix / workaround for debian-based systems, I'd like to suggest removing the |
This was referenced Mar 17, 2016
ghost
commented
Apr 3, 2016
|
+1 --help should not require sudo or start installing packages. |
monkz commentedDec 15, 2015
Hi,
today was my first encounter with letsencrypt-auto and i was overwhelmed by a bootstrapping script.
I was overwhelmed, because i just typed "./letsencrypt --help" - expecting letsecrypt printing a help message and exit. (Ok - maybe it can check if the system is already bootstrapped - but only check)
I've a rather "complex" setup on my server (nginx proxies to different VMs + some other rules including TLS SNI) for a automated script. So i would have tried the --manual or --webroot plugin and script my own automation around it. Therefore, is it really necessary to have all those dependencies? Would a tool for semi automatic letsencrypt have less dependencies?
But anyway a really big thanks, to you all, for creating a automated and FREE CA.
Greetings
MonkZ