From 7ec6882dae4a2fc071387900a132d0244ab9c906 Mon Sep 17 00:00:00 2001 From: LecygneNoir Date: Sat, 10 Sep 2016 17:35:07 +0200 Subject: [PATCH] use markdown syntax in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7016324..00b13d0 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,15 @@ Some scripts to create and renew all your certificates, and concatenate fullchai 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 - +```