How do I install Let's Encrypt free SSL?
An SSH client is required for this article; in this guide we use PuTTY.You can find the credentials (IP address and root password) in the email you received after ordering the VPS.
- Log in to the SSH of your VPS (this does not work with a Windows VPS.)
- Use the following commands to install Let's Encrypt.
sudo apt update && sudo apt install -y certbot
- Use the following command to create an SSL certificate for your domain.
service nginx stop && service apache2 stop && certbot certonly -d MIJNDOMEIN && service nginx start
- Then enter 1 for the first option, A for the second option and N for the third option:
Ready to try it yourself?
View packages →Launch your server in 60 seconds on our own hardware.
Stuck? Our team is happy to help.Open a ticket →
More in this category
How do I activate my Windows license?Connect to your VPS via remote desktop, open cmd, run slmgr.vbs -rearm and restart the VPS to activate your Windows liceHow do I change my operating system?Changing the operating system on an OpenVZ VPS: go to the VPS panel, log in with the details from your mailbox, click yoHow do I change my root password?Go to the VPS Panel and log in with the credentials delivered to your mailbox. Click your VPS, click "Root/Admin PassworHow do I change the hostname of my VPS?Change the hostname of your VPS: log in to the VPS panel, select your VPS, click "Hostname", enter a new hostname and cl