By sugarhill
Since 3rd of December 2015 free SSL certificates are available for everyone at letsencrypt.org Would be nice to have a tutorial that explains the manual installation process.
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!
Hello
First you need to clone the repo
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
Now we are going to create a certificate
NGINX
./letsencrypt-auto certonly --rsa-key-size 4096
Now, please follow the instructions. When it’s finished you will be able to find the certificate, chain and key at /etc/letsencrypt/live/domain
Apache
./letsencrypt-auto --apache --rsa-key-size 4096
Now, please follow the instructions. Let’s Encrypt will install the certificate automatically.
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.