Hi Im trying to install letsencrypt.
But nothing happens. Does anyone know any advice here?
Thanks in advance
pi@raspberrypi:~ $ sudo apt-get install python-certbot-apache -t jessie-backports
Reading package lists… Done
Building dependency tree
Reading state information… Done
python-certbot-apache is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 127 not upgraded.
pi@raspberrypi:~ $ sudo certbot --apache
pi@raspberrypi:~ $ (Blank line - nothing happens???)
1 Like
Osiris
February 25, 2017, 12:42pm
2
What do you get when you add -v
to the command line options? Or, if that doesn’t give anything, perhaps even -vv
?
ahaw021
February 26, 2017, 4:52am
3
type certbot without anything and see what you get
you can also run pip install certbot and see if that installs certbot for you
LarsBernstorff:
sudo certbot
Both -v and -vv => (blank line - nothing happens)
When I only write “certbot” => Illigal instruction. “sudo certbot” => (Blank line - nothing happens).
When I install pip: sudo apt-get install python-pip then it installs
pip =>Illegal instruction
ahaw021
February 27, 2017, 9:07am
6
looks like raspbian (ARM chipset) doesn't have the right libraries
I would try building it with python
pip install certbot
see what happens
ahaw021:
pip install certbot
Hi just tried and nothing happens (blank line)
Lars, I am having the exact same problem. Make sure to post back here if you find a solution. I’ll do the same!
system
Closed
March 31, 2017, 5:01pm
9
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.