Some scripts to create and renew all your certificates, and concatenate fullchain and privkey so haproxy is able to use it
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
LecygneNoir 8b21f11d3f add mention of the blog article to be able to use scripts correclty (need haproxy configuration) 7 years ago
LICENSE initial commit 7 years ago
README.md add mention of the blog article to be able to use scripts correclty (need haproxy configuration) 7 years ago
create-certificat exit 1 in case of error 7 years ago
renew-certificates add some date in the log output for better logging 7 years ago

README.md

letsencrypt-haproxy

Some scripts to create and renew all your certificates, and concatenate fullchain and privkey so haproxy is able to use it

For this to work, you should have configured haproxy to accept let's encrypt connection
More information here (French version

How to create certificate

Create a certificate with let's encrypt, then concatenate fullchain.pem and privkey.pem, then store the certificate in haproxy given path.

Usage :

./create-certificate domain.tld >> /var/log/create-certificate.log

How to renew certificates

Renew all certificate known by let's encrypt !

Usage :

./renew-certificate >> /var/log/renew-certificates.log