Doku korrigert
This commit is contained in:
parent
15ae57b0c3
commit
b2bdc2715d
10
README.md
10
README.md
@ -12,10 +12,12 @@ Das Skript `cloudpanel-autorenew-letsencrypt-certs.v1.sh` automatisiert die Erne
|
|||||||
|
|
||||||
2. **Email Settings im Script anpassen**
|
2. **Email Settings im Script anpassen**
|
||||||
Folgende Variablen stehen zur Auswahl:
|
Folgende Variablen stehen zur Auswahl:
|
||||||
`email_from="mail@domain.com"`
|
```
|
||||||
`email_from_name="$hostname | CloudPanel Server"`
|
email_from="mail@domain.com"
|
||||||
`email_to="mail@domain.com"`
|
email_from_name="$hostname | CloudPanel Server"
|
||||||
`email_subject="Letsencrypt Zertifikate wurden auf $HOSTNAME erneuert"`
|
email_to="mail@domain.com"
|
||||||
|
email_subject="Letsencrypt Zertifikate wurden auf $HOSTNAME erneuert"
|
||||||
|
```
|
||||||
|
|
||||||
3. **Ausführen des Scripts**
|
3. **Ausführen des Scripts**
|
||||||
`bash cloudpanel-autorenew-letsencrypt-certs.v1.sh`
|
`bash cloudpanel-autorenew-letsencrypt-certs.v1.sh`
|
||||||
|
Loading…
Reference in New Issue
Block a user