Let's Encrypt HAProxy on Ubuntu 16 04 this time with Auto Update SSL cert Script

preview_player
Показать описание
Affiliate Links

1. How to install an HAPRoxy box on Ubuntu 16.04
2. How to set up the HAProxy box to handle two different URLS that each need to be routed to a different nginx cluster

and finally and most importantly
3. Set up SSL certificates on the HAPRoxy box for both the URLS using Lets Encrypt tools
and get its all automated so it auto updates the SSL certs

Links

Lets Encrypt Scripts

Рекомендации по теме
Комментарии
Автор

Great video! I had been looking for this solution for quite some time. However, the renewal script only seems to renew the first domain. I was wondering if there is an updated script that resolves this issue.

benjaminhobbs
Автор

thank's for ur video,


If we don't have nginx into haproxy, webroot option is necessary ?

Hujino
Автор

Hello, can I ask a question?
If I want to use 2 haproxy servers building with heartbeat virtual IP, can I still use one nginx server to get SSL certificate?

BigMochi-kr
Автор

Fantastic video, honestly, thankyou so much.
Might I suggest something like:
sudo chmod -R ga-rx /etc/haproxy/certs
Either after your script runs the first time or perhaps add it to the script itself?

dje
Автор

I've been flawlessly using your scripts for 2 years now. As Letsencrypt is requesting for a ACMEv2 validation process,  what would be your advice to adapt this system ?

ChJobic
Автор

How would you enable HSTS with this configuration? There appears to be some config for letsencrypt, not just the header.

aleksanderlanes
Автор

why not just just have haproxy handle the certs?

misterpha
Автор

Hi, any idea how to get it to work with Apache?

lamtube