Learn how to configure a secure Public Cloud Load Balancer with Let's Encrypt.
Our Public Cloud Load Balancer is based on OpenStack Octavia and is fully integrated into the Public Cloud universe.
After setting up your Load Balancer, you can configure it with a certificate to process HTTPS connections.
Requirements
- A Public Cloud project in your OVHcloud account
- Preparing your environment for using the OpenStack API
- OpenStack Octavia client and OpenStack Barbican setup
- A Load Balancer running in your project
If you are not yet familiar with creating a Load Balancer, please follow our Getting started with Load Balancer on Public Cloud guide before you continue with this tutorial.
Instructions
Creating an instance for Let's Encrypt
You can create an instance in your project in the region where your Load Balancer is located. Read about the details in our guide if necessary. The d2-2 instance type will be sufficient for this operation. We recommend that you use Ubuntu as your operating system.
Once you have created your instance, you can refer to the Let's Encrypt documentation to install Certbot.
Attaching a Floating IP address to a Load Balancer
This is how to attach a Floating IP address to a Load Balancer:
To retrieve the VIP port ID of your Load Balancer, use openstack loadbalancer show my_load_balancer
.
Please note that you must add an A record in the DNS Zone of your domain name that points to the Floating IP.
Configuring your Load Balancer
In this step, create a first Listener that will listen on port 80 (HTTP) and will take care of redirecting HTTP to HTTPS. It will also contain a redirection rule to the Let's Encrypt instance for certificate verification.
We will now create the redirection rules:
Generating a certificate
From the Let's Encrypt instance, you can now launch the certificate generation.
Once the process is completed, your certificate will be located in /etc/letsencrypt/live/domain.tld
. You will then need to merge the certificate with its certificate private key:
Now that you have your certificate, you can add a Secure Listener and associate a pool and its members with it:
You have to download this file directly to your local device to send it to OpenStack Barbican ("Secret as a Service").
Configuring the secure Listener on the Load Balancer
With your certificate now created, you can add a secure Listener:
You can now securely access your Load Balancer with Let's Encrypt. Be aware that you will need to renew the certificate every three months.
Go further
For more information and tutorials, please see our other Public Cloud support guides or explore the guides for other OVHcloud products and services.