Hi,
i wanted to install Let´s Encrypt
root@terra:~# sudo apt-get install lets-encrypt
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package lets-encrypt
root@terra:~#
You see it can´t find the package, what can i do. I found nothing
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Let’s Encrypt is not yet available as a Debian package. Though you can try out the preview release by getting it from GitHub with the following commands:
git clone https://github.com/letsencrypt/lets-encrypt-preview.git
cd lets-encrypt-preview
./bootstrap/ubuntu.sh
virtualenv --no-site-packages -p python2 venv
./venv/bin/pip install -r requirements.txt
./venv/bin/letsencrypt --help
I have install Ubuntu 12.04, how to?
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello @infotcuc,
thank you very much. But I know it :-). I have a Closed Beta Account
it’s not in the package manager. But you can get it off git:
here’s the link i read that on: https://letsencrypt.readthedocs.org/en/latest/using.html
hope that helps ;)
This comment has been deleted