fix typo in README
This commit is contained in:
parent
3e23c787df
commit
903914bd98
10
README.md
10
README.md
@ -1,7 +1,7 @@
|
||||
# acme-tiny renewal script
|
||||
|
||||
 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.
|
||||
 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 <directory>
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user