From 3e23c787df0504f68a3bb484cc1fde3b08f3897a Mon Sep 17 00:00:00 2001 From: hoellen Date: Mon, 18 Jun 2018 08:36:37 +0000 Subject: [PATCH] fix typos --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6282d91..098f5bc 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,12 @@ NAME="domain" DOMAINS=(cloud.domain.com domain.net) ``` -Then you can run the script with the direcotry. +Then you can run the script with the directory as argument. -```./renew-cert.sh ``` +```./renew-cert.sh +``` -It will create the .csr and .key (4096 bit) file if they don't exists. Then issue a certificate with acme-tiny.py +This will create the .csr and .key (4096 bit) file if they don't exist. Then issue a certificate with acme-tiny.py ## cronjob examples