Report this

What is the reason for this report?

Let´s Encrypt in Ubuntu 15.04 (Vivid)

Posted on May 16, 2015

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



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

I have install Ubuntu 12.04, how to?

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.