From 903914bd98bd09823908cb4735b9bacf424ee85b Mon Sep 17 00:00:00 2001 From: hoellen Date: Wed, 25 Jul 2018 19:00:52 +0200 Subject: [PATCH] fix typo in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 098f5bc..0cb987a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # acme-tiny renewal script -![acme-tiny](https://github.com/diafygi/acme-tiny) is a tiny, auditable script that you can throw on your server to issue and renew Let's Encrypt certifica -This script allows you to automate certifications with the acme-tiny script. +![acme-tiny](https://github.com/diafygi/acme-tiny) is a tiny, auditable script which you can run on your server to issue and renew Let's Encrypt certificates. +This script allows you to automate certifications with the acme-tiny script. You need the following ressources. For detailed guide see acme-tiny repository. * acme-tiny script @@ -11,7 +11,7 @@ You need the following ressources. For detailed guide see acme-tiny repository. * domain.conf -There is a little script I wrote fast to make my life easier. It is very simple and I guarantee for nothing - use it at your own risk ;). +This repository contains is a dirty script I wrote to make life easier. I guarantee for nothing - use it at your own risk ;). ## usage @@ -25,12 +25,12 @@ NAME="domain" DOMAINS=(cloud.domain.com domain.net) ``` -Then you can run the script with the directory as argument. +Then run the script with the directory as argument. ```./renew-cert.sh ``` -This will create the .csr and .key (4096 bit) file if they don't exist. Then issue a certificate with acme-tiny.py +This will create the .csr and .key (4096 bit) file if they don't exist. After that, it issues a certificate with acme-tiny.py from let's encrypt. ## cronjob examples