fix typos

This commit is contained in:
hoellen 2018-06-18 08:36:37 +00:00
parent 4772c677f1
commit 3e23c787df

View File

@ -25,11 +25,12 @@ NAME="domain"
DOMAINS=(cloud.domain.com domain.net) 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 <directory>``` ```./renew-cert.sh <directory>
```
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 ## cronjob examples