From f749fde8870ec809c7d3d01fc21c02805713fb2f Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 10 Sep 2016 15:51:33 +0200 Subject: [PATCH] add some documentation in README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd51900..7016324 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # letsencrypt-haproxy -A short script to auto renew all your certificate, and concatenate fullchain and privkey so haproxy is able to use it \ No newline at end of file +Some scripts to create and renew all your certificates, and concatenate fullchain and privkey so haproxy is able to use it + +## 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 + +