How do I use Let's Encrypt with a NodeBalancer?

Linode Staff

I'm looking to use Let's Encrypt with a Nodebalancer, how is this accomplished?

2 Replies

While we don't have official documentation regarding this kind of deployment, here is a great guide that one of our customers put together.

This will walk you through the process of configuring Let's Encrypt with your NodeBalancer, as well as automating the updating of your certificates.

While you use Let's Encrypt to generate SSL certificate, you will get two file fullchain.pem and privkey.pem
ex.
/etc/letsencrypt/live/{your_domain}/fullchain.pem
/etc/letsencrypt/live/{your_domain}/privkey.pem

Use fullchain.pem to fill SSL Certificate and use privkey.pem to fill Private Key in the configuration of the NodeBalancer

I have written a note in Chinese here:
[Linode] NodeBalancer 使用 Let's Encrypt SSL憑証

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct