By Eldin Hadzic
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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.